-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (71 loc) · 1.03 KB
/
style.css
File metadata and controls
75 lines (71 loc) · 1.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
body {
background-color:#C0FFEE;
}
h1,h2,h3,h4,h5{
color: #aaa;
font-size: 14px;
padding: 10px;
margin: auto;
font-family: 'Arimo', sans-serif;
}
p{
color: #999;
font-size: 12px;
padding: 10px;
margin: auto;
font-family: 'Arimo', sans-serif;
}
a{
font-size: 14px;
color: #555;
padding-left: 10px;
}
button{
color: #999;
background-color: #fff;
font-size: 13px;
border: 2px solid #eee;
outline:none;
padding: 10px;
margin:10px;
border-radius: 25px;
}
button:hover{
background-color: #eee;
}
.buttonContainer{
border-top: 3px dashed #eee;
width: 100%;
display: inline-block;
outline:none;
}
#btn2{
float:right;
}
#btn3{
float:right;
}
.container{
margin: auto;
background-color: #ffffff;
width: 300px;
}
.subColorContainer{
margin: auto;
margin-top: 10px;
background-color: #ffffff;
width: 300px;
}
.contrastColorContainer{
margin: auto;
}
#ccColor{
background-color: #3f0011;
height: 100px;
width: 100%;
}
#strongColor, #strongColor2, #ccColor2{
background-color: #fff;
height: 100px;
width: 100%;
}