-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
53 lines (50 loc) · 884 Bytes
/
styles.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
html,
body {
margin: 0;
padding: 0;
height: 100%;
width: auto;
background-image: url(images/pexels-markus-spiske-3806768.jpg);
background-size:cover;
background-repeat: no-repeat;
background-position: center;
}
h1,
h2,
p {
font-family: "Racing Sans One", sans-serif;
margin: 0px;
color: white;
text-align: center;
font-size: 32px;
padding-top: 30px;
text-shadow: 2px 2px 2px black;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 40px;
}
#counter {
font-size: 150px;
text-shadow: 2px 3px 3px red;
color: white;
}
.fx-btns {
display: flex;
justify-content: center;
}
button {
font-size: 30px;
padding: 5px 70px;
margin: 20px;
background: linear-gradient(90deg, #e9d022, #e60b09);
color: white;
text-shadow: 1px 1px 2px black;
font-family: "Racing Sans One", sans-serif;
}
.adjustLaps {
padding: 0px 10px;
background: white;
}