-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
55 lines (43 loc) · 857 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
:root{
font-size: 62.5%;
}
body{
background-color: rgb(252, 252, 252);
line-height: 2em;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.container{
margin-bottom:5rem;
max-height: 100rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
h3{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: large;
text-decoration: none;
text-align: center;
}
.grid{
margin: 2rem auto;
display: flex;
flex-wrap: wrap;
width: 40rem;
height: 30rem;
}
.grid img{
height: 8rem;
width: 8rem;
padding: .2rem .2rem;
border: .1rem solid;
}
.footer{
margin-top: 5rem;
font-size: inherit !important;
}
h4{
font-size: 1.5rem;
text-decoration: none;
}