-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcolor.css
More file actions
43 lines (42 loc) · 702 Bytes
/
color.css
File metadata and controls
43 lines (42 loc) · 702 Bytes
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
body{
background-color:#232323;
font-family: fantasy;
}
h1{
color: white;
text-align: center;
padding: 30px;
background-color: #707070;
margin-bottom: -20px;
}
.square{
background-color: red;
width: 30%;
padding-bottom: 30%;
float: left;
margin: 1.66%;
}
.container{
margin: 0 auto;
max-width: 700px;
}
#stripe{
background-color:#505050;
padding-top: 30px;
padding-bottom: 50px;
text-align: center;
height: 30px;
color:rgb(153, 153, 153);
}
.header{
background-color: #909090;
padding: 20px;
}
#colorDisplay{
padding-left: 10px;
padding-right: 10px;
font-size: 110%
}
.selected{
background-color:yellow;
}