-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
69 lines (56 loc) · 860 Bytes
/
index.css
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
61
62
63
64
65
66
67
68
69
html, body {
margin: 0 auto;
padding: 0;
width: 375px;
font-family: Source Sans Pro;
font-size: 13px;
}
.container{
width: 375px;
border: 5px solid black;
border-radius: 5px;
}
header{
display: flex;
justify-content: space-between;
border-bottom: 1px solid #C6C6C6;
}
section{
display: flex;
}
.section-bottom{
display: block;
}
.section-bottom p{
margin: 0px 0px 10px 10px;
}
span{
font-weight: 700;
line-height: 16px;
}
.painting{
width: 375px;
height: 375px;
}
#logo{
width: 125px;
padding: 16px;
}
.avatar{
width: 45px;
height: 45px;
padding: 15px 20px 15px 20px;
border-radius: 50%;
}
.icon{
width: 25px;
height: 25px;
padding: 20px 10px 10PX 10PX;
}
.icon:hover{
cursor: pointer;
}
.spacer{
height: 25px;
background-color: #EDEDED;
}