generated from 4GeeksAcademy/html-hello
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
62 lines (62 loc) · 1.08 KB
/
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
body{
background-color: black;
}
.post {
width: 500px;
height: 700px;
background:white;
margin: auto;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.post-header {
background-color: white;
display: flex;
width: 500px;
justify-content: space-between;
}
.html-icon{
font-size: 40px;
margin: 10px;
height: 50px;
width: 50px;
padding-left: 10px;
margin-right: 0%;
}
.left-header{
width: 150px;
display: flex;
align-items: center;
}
.text-header :first-child{
padding-bottom: 0%;
}
.text-header :last-child{
padding-bottom: 0%;
}
.text-header{
font-size: 15px;
width: 150px;
}
.right-header{
font-size: 30px;
margin: 20px;
justify-content: right;
align-items: center;
}
.image {
height: 400px;
width: 500px;
}
.post-icons{
font-size: 30px;
display: flex;
padding: 10px;
}
.right-icons {
padding-left: 340px;
}
p{
margin: 1px;
padding: 10px;
padding-top: 0%;
}