-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (36 loc) · 1.03 KB
/
style.css
File metadata and controls
43 lines (36 loc) · 1.03 KB
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
h1{
font-size: 4.5em;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-style: italic;
text-shadow: -1px -1px 0 rgb(28, 211, 74), 1px -2px 0 rgb(105, 196, 120), -2px 2px 0 rgb(113, 221, 127), 2px 2px 0 rgb(74, 194, 74);
color: black;
text-align: center;
margin-top: 5em;
}
p{
font-size: 2.5em;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: #ffffff;
text-shadow: -1px -1px 0 rgb(11, 20, 13), 1px -2px 0 rgb(105, 196, 120), -2px 2px 0 rgb(10, 17, 11), 2px 2px 0 rgb(9, 15, 9);
text-align: center;
margin-bottom: 0.3em;
}
a{
margin-left: 20em;
margin-top: 8em;
font-size: 2.5em;
color: aqua;
text-shadow: -1px -1px 0 rgb(11, 20, 13), 1px -2px 0 rgb(105, 196, 120), -2px 2px 0 rgb(10, 17, 11), 2px 2px 0 rgb(9, 15, 9);
}
@media (max-width:760px){
h1{
font-size: 2.3em;
}
p{
font-size: 2em;
}
a{
font-size: 1.9em;
margin-left: 3.5em;
}
}