-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
40 lines (40 loc) · 800 Bytes
/
style.css
File metadata and controls
40 lines (40 loc) · 800 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
body{
/* background-color: #757780; */
/* background:linear-gradient(#757780,#DBD4D3); */
background: -webkit-linear-gradient(left, transparent 0%,#757780 50%,transparent 100%);
text-align: center;
font-family: 'Russo One', sans-serif;
}
p{
line-height: 1px;
}
canvas {
/* border: 3px black solid; */
background-size: cover;
background-image: url("img/backdrops/lunarbgsmall.jpg");
}
button{
font-family: 'Russo One', sans-serif;
border: 2px solid #D2CCA1;
background-color:#387780;
padding: 10px 50px;
}
.col{
padding-right: 0px;
padding-left: 0;
}
.container{
margin: 0;
}
#footer{
color: #393a3f;
font-size:16px;
font-weight: 100;
}
.customModeDiv{
width: auto;
padding-bottom: 200px;
}
label{
font-size:10px;
}