-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
56 lines (50 loc) · 1.09 KB
/
index.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
@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital@1&family=Recursive&family=Rowdies:wght@300&display=swap');
h1{
font-family: 'Courier New', Courier, monospace;
padding:1rem;
text-align: center;
text-shadow: 2px 2px #AFBC88
}
#list{
border-top: 3px solid;
border-bottom: 3px solid;
border-color: #4F5D2F ;
line-height: 1.5rem;
font-family: Arial, Helvetica, sans-serif;
}
header{
font-family: 'Courier New', Courier, monospace;
color: aliceblue;
background-color: #4F5D2F;
display:grid;
width: 100%;
grid-template-columns: 225px 1fr ;
}
header, footer{
text-align: center;
color: aliceblue;
background-color: #4F5D2F;
border-radius: 10px;
}
h2{ font-family: 'Courier New', Courier, monospace;
color: whitesmoke;
font-size: 50px;
text-align: center;
}
p{
margin-top: -5px;
text-align: center;
line-height: 0.5em;
padding-top: 1rem;
padding-bottom :1rem;
font-family: 'Recursive', sans-serif;
}
div{
padding: 10px;
}
a{
color: #4F5D2F
}
a:hover{
color: #AFBC88
}