-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
54 lines (46 loc) · 837 Bytes
/
style.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
.box{
display: inline-block;
height: 20px;
width: 20px;
background-color: white;
margin: 2px 2px 2px 2px;
float: left;
}
br{
display: block;
margin: 25px 0;
}
body{
background-color: #82e0aa;
}
.button {
font-family: 'Fredoka One', cursive;
letter-spacing: 2px;
border: none;
display: inline-block;
background-color: #dc7633;
border-radius: 10px;
font-size: 20px;
text-decoration: none;
outline: none;
color: white;
text-align: center;
box-shadow: 0 6px #999;
cursor: pointer;
padding: 5px 5px 5px 5px;
margin-top: 50px;
}
.button:hover {background-color: #d35400;}
.button:active {
background-color: #d35400;
box-shadow: 0 3px #666;
transform: translateY(4px);
}
.color{
background-color: #154360;
}
#container{
margin-left: 462px;
margin-top: 20px;
position: fixed;
}