-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuttons_submit_check_x_style.css
48 lines (46 loc) · 1.05 KB
/
buttons_submit_check_x_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
#orange {
width: 100px;
height: 60px;
background-color: #F38630;
color: #FFFFFF;
border-radius: 5px;
border: 4px solid #FA6900;
font-family: Verdana, Arial, Sans-Serif;
font-size: 1em;
font-weight: bold;
text-align: center;
box-shadow: 5px 5px 5px #888;
display: inline-block;
margin-right: 20px;
}
#green {
width: 40px;
height: 40px;
border-radius: 100%;
background-color: #9DE0AD;
color: #008800;
text-align: center;
font-weight: bold;
font-size: 2em;
border: 4px solid #008800;
box-shadow: 5px 5px 5px #888;
display: inline-block;
margin-right: 20px;
}
#red {
width: 50px;
height: 50px;
background-color: #eee;
border-radius: 2px;
color: #CC0000;
font-family: Verdana, Arial, sans-serif;
text-align: center;
font-weight: bold;
font-size: 2.5em;
border: 4px solid #CC0000;
box-shadow: 5px 5px 5px #888;
display: inline-block;
position: relative;
top: 10px;
margin-right: 20px;
}