-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcard.css
More file actions
60 lines (60 loc) · 978 Bytes
/
Copy pathcard.css
File metadata and controls
60 lines (60 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
*{
margin: 1px;
padding: 9px;
}
body{
background-color: rgb(206, 123, 123);
display: flex
;
align-items: center;
justify-content: center
}
.all{
background-color: white;
height: 500px;
width: 300px;
border-radius: 7px;
}
nav ul li{
list-style: none;
display: inline-flex;
outline: 2px solid blue;
border-radius: 100px;
padding: 2px 9px 3px 9px;
margin: 3px;
}
ul li{
padding: px;
}
.image{
padding: 0px;
margin: 0px;
}
.image img{
border-radius: 18px;
}
.button{
text-align: center;
}
.button button{
padding: 4px 4px;
border-radius: 25px;
background-color: rgb(188, 217, 232);
color: blue;
border: none;
font-weight: bold;
}
.button button:hover{
background-color: aqua;
color: blueviolet;
}
img{
padding: 10px;
}
p{
padding: 13px;
font-size: 10px;
}
h2{
padding: 0px 2px 1px 13px ;
}