-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
33 lines (30 loc) · 798 Bytes
/
style.css
File metadata and controls
33 lines (30 loc) · 798 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
body {
background: url("noise.png") hsla(581, 52%, 52%, 1);
}
#easySVG {
width: 400px;
max-width: 100%;
position: absolute;
top: 50px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.radio-btn {
width: 33%;
float: left;
text-align: center;
height: 50px;
background: #abecf1;
line-height: 50px;
border: .1px solid grey;
cursor: pointer;
color: white;
font-size: 25px;
}
.radio-btn { background: #3e7139; box-shadow: 1px 1px 1px 0px #3c3333;}
.radio-btn.active { background: #4ca943; box-shadow: 1px 1px 1px 0px #3c3333, 1px 1px 2px 0px #3c3333 inset;}
.radio-btn:hover { background: #4c9645; }
.radio-btn:first-child { border-radius: 5px 0px 0px 5px }
.radio-btn:last-child { border-radius: 0px 5px 5px 0px }