forked from OpenHack/openhack.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
38 lines (33 loc) · 642 Bytes
/
Copy pathindex.css
File metadata and controls
38 lines (33 loc) · 642 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
.btn {
background-color: #44c767;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 8px;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: Verdana;
font-size: 18px;
font-weight: bold;
padding: 12px 16px;
margin-right: 20px;
text-decoration: none;
text-shadow: 0px 1px 50px #2f6627;
}
@media (max-width: 480px) {
.btn {
font-size: 16px;
margin-bottom: 10px;
margin-right: 15px;
padding: 4px 6px;
}
}
.btn:hover {
background-color: #5cbf2a;
}
.btn:active {
position: relative;
top: 1px;
}
address a { text-decoration: none; }
a { color: green; }