forked from 4GeeksAcademy/instagramPOST-jackievargas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (56 loc) · 906 Bytes
/
style.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
body {
font-family: 'Roboto', sans-serif;
background-color: black;
}
.wrapper {
justify-items: center;
background-color: white;
height: 600px;
width: 400px;
margin:auto;
margin-top: 80px;
}
img {
height: 300px;
max-width: 100%;
margin: 0px;
}
.post-header {
display:flex;
padding-top: 2px;
justify-content: space-between;
padding-left: 5px;
padding-right: 8px;
}
h1 {
font-size: medium;
padding-left: 7px;
margin-bottom: 0px;
}
h2 {
font-size: x-small;
padding-left: 7px;
margin-top: 0px;
}
.post-icons {
display: flexbox;
padding: 6px;
}
#saveIcon {
float:right;
padding-top: 8px;
}
#moreOptions {
padding-top: 15px;
}
.htmlIcon {
display: flex;
align-items: center;
}
p {
justify-content: left;
padding-left: 5px;
}
/* .fa-2xl {
line-height: 5px !important;
} */