-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (52 loc) · 1.35 KB
/
style.css
File metadata and controls
58 lines (52 loc) · 1.35 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
body {
background-color: red;
text-align: center;
}
.button-container {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
#resetImg, #img2 {
display: none;
}
#resetImg {
display: none;
border: 5px solid white;
margin-top: 20px;
}
button {
padding: 12px 24px;
border: none;
border-radius: 15px;
color: white;
font-size: 1rem;
cursor: pointer;
margin: 10px;
}
#messUpBtn {
background-color: #FFFF00; /* yellow */
color: black;
}
#mirrorPageBtn {
background-color: #333333; /* dark grey */
}
#spinnPageBtn {
background-color: #4CAF50; /* Green */
}
#turnRightBtn {
background-color: #2196F3; /* Blue */
}
#colorFlashBtn {
background-color: #FF9800; /* Orange */
}
#step360Btn {
background-color: #9C27B0; /* Purple */
}
#goEmptyBtn {
background-color: #FF5722; /* Deep Orange */
}
#freezeBtn {
background-color: #607D8B; /* Blue Grey */
}