-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle1.css
58 lines (49 loc) · 816 Bytes
/
style1.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
*{
background-color: rgb(90, 255, 255);
}
#title{
text-align: center;
font-size: 55px;
}
#set{
position: absolute;
top: 150px;
right: 220px;
}
#setting{
position: absolute;
right: 60px;
}
#leaderBoard{
position: absolute;
top: 250px;
right: 250px;
}
#start{
position: absolute;
padding: 8px;
font-size: 25px;
left: 650px;
bottom: 50px;
}
button{
padding: 8px;
padding-left: 20px;
padding-right: 20px;
padding-top: 8px;
padding-bottom: 8px;
font-size: 25px;
border-radius: 6px;
background-color:cornflowerblue;
}
button:hover{
background-color: black;
color: chocolate;
}
#instructions{
position: absolute;
top: 150px;
left: 150px;
max-width: 400px;
font-weight: bolder;
}