-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
117 lines (99 loc) · 1.8 KB
/
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
html, body {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
background-color: whitesmoke;
max-width: 375px;
margin: auto;
}
header {
height: 45px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 15px;
border-bottom: 1px solid #C6C6C6;
background-color: white;
margin-bottom: 0px
}
#oldagram-logo {
width: 120px;
height: 50px
}
#user-avatar {
border-radius: 50%;
width: 34px;
height: 34px;
}
.artist-info {
display: flex;
height: 55px;
padding: 10px 10px 11px 10px;
width: 355px;
height: 35px;
padding: 10px 10px 11px 10px;
background-color: white
}
.artist-avatar {
width: 34px;
height: 34px;
border-radius: 50%;
}
.info{
display: flex;
flex-direction: column;
padding-left: 7px;
font-size: 13px;
}
.user-name {
margin: 2.5px 0px 0px 0px;
font-weight: 700;
font-size: 13px;
line-height: 16px;
}
.location {
margin: 0px;
font-size: 12px;
font-weight: 400;
font-size: 12px;
line-height: 15px;
}
.post {
width: 375px;
height: 375px;
margin: 0px;
}
.like-comment-message {
display: flex;
justify-content: space-arround;
background-color: white;
width: 375px
}
.icon {
width: 23.3px;
height: 23.3px;
padding: 10px 4px 13.67px 10px;
}
.likes-description-container{
margin: 0px;
display: flex;
flex-direction: column;
border-bottom: 25px solid #EDEDED;
background-color: white;
}
.description {
font-weight: 400;
font-size: 14px;
line-height: 16px;
margin-top: px;
margin-bottom: 17px
}
.username,.like-count {
font-weight: 700;
}
.description, .like-count {
margin-left: 13px
}
.like-count {
margin: 0px 0px 0px 13px
}