-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
53 lines (51 loc) · 823 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
.title{
height: 100px;
background-color: white;
font-size: large;
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: center;
}
.container{
background-color: gray;
height: 10000px;
align-items: flex-start;
}
.feed{
width: 500px;
justify-content: center;
align-self: center;
margin: auto;
}
.post{
height: auto;
margin: 0 auto;
border-radius: 10px;
align-items: flex-start;
background-color: white;
}
img{
width: 100%;
}
.header{
display: flex;
}
h1{
width: 80%;
margin-left: 20px;
}
.date{
margin-top: 20px;
}
.footer{
margin: 20px 20px;
height: 80px;
}
body{
font-family: Arial, Helvetica, sans-serif;
}
img{
width: 100%;
height: 260px;
object-fit: contain;
background-color: white;
}