-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (44 loc) · 1.05 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
body{
background-image: url(https://images.unsplash.com/photo-1581816163783-7d868ba11739?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1500&q=80);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
font-family: 'Indie Flower', cursive;
font-weight: bolder;
font-size: larger;
}
html{
margin-top: 20px;
border: black 5px solid;
max-width: 150vh;
margin: 0 auto;
box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.3);
}
.date{
display: flex;
flex-direction: column;
justify-content: center;
margin-right: 50px;
border-right: black 3px solid;
border-bottom: black 3px solid;
}
.container{
display: flex;
flex-direction: row;
margin-bottom: 50px;
}
.icons{
display: flex;
justify-content: space-evenly;
min-height: 50px;
align-items: center;
border-bottom: black 3px solid;
}
a{
color: rgb(160, 44, 67);
}
h1 {
display: flex;
justify-content: center;
}