-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
107 lines (98 loc) · 2.03 KB
/
styles.css
File metadata and controls
107 lines (98 loc) · 2.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.square{
float: left;
width: 30%;
height: 0;
padding-bottom: 30%;
margin: 1.66%;
border-radius: 15px;
}
.container{
height: 600px;
margin: 20px auto;
max-width: 600px;
}
body{
background-color: #dbc2fc;
margin: 0 auto
}
h1{
color: white;
background-color: #8f33bd;
text-transform: uppercase;
text-align: center;
margin: 0;
font-weight: normal;
}
#colorDisplay{
display: block;
font-size: 200%;
}
#message{
color: black;
}
#stripe{
background-color: white;
height: 40px;
text-align: center;
margin-bottom: 100px;
}
.selected{
background-color: #8f33bd;
color: aliceblue;
}
button{
appearance: auto;
text-rendering: auto;
color: -internal-light-dark(black, white);
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: center;
align-items: flex-start;
cursor: default;
background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
box-sizing: border-box;
margin: 0em;
padding: 1px 6px;
border-width: 2px;
border-style: outset;
border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
border-image: initial;
border: none;
background-color: inherit;
text-transform: uppercase;
height: 100%;
font-weight: 700;
color: #8f33bd;
letter-spacing: 1px;
font-size: inherit;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
outline: none;
}
.reset{
height: 40px;
width: 100px;
bottom: 9px;
position: relative;
right: 10%;
}
#easyMode,#hardMode{
height: 40px;
width: 100px;
position: relative;
left: 10%;
display: inline-block;
}
button:hover {
color: white;
background: #8f33bd;
}
.messageContainer{
width: 50px;
display: inline-block;
}