-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (60 loc) · 1.07 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
52
53
54
55
56
57
58
59
60
body{
height: 600px;
background-image: url('Assest/giphy.gif');
background-repeat: no-repeat;
background-size: cover;
}
h1{
background-image: url('Assest/fire-burnning.jpg');
-webkit-background-clip: text;
background-clip: text;
color: transparent;
text-transform: uppercase;
text-align: center;
font-weight: bold;
font-size: 130px;
padding-top: 110px;
}
.mainButtons{
display: flex;
flex-direction: row;
justify-content: space-around;
}
#play{
padding: 10px;
border: 3px solid black;
border-radius: 30%;
padding: 10px 20px;
font-size: 20px;
font-weight: 900;
letter-spacing: 3px;
}
#play:hover {
background-color: black;
color: white;
}
#garage{
padding: 10px;
border: 3px solid black;
border-radius: 30%;
padding: 10px 20px;
font-size: 20px;
font-weight: 900;
letter-spacing: 3px;
}
#garage:hover {
background-color: black;
color: white;
}
#score-board{
padding: 10px;
border: 3px solid black;
border-radius: 30%;
padding: 10px 20px;
font-size: 20px;
font-weight: 900;
letter-spacing: 3px;
}
#score-board:hover {
background-color: black;
color: white;