-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstyle.css
70 lines (56 loc) · 1.15 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
@font-face {
font-family: hacks;
src: url("../static/Hacker.otf");
}
@font-face {
font-family: terminus;
src: url("../static/terminus.ttf");
}
footer{background-color:#4f4f4f;
padding:25px}
#header{
color:white;
}
#header-txt {
font-family: hacks;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#header a{color:white; font-family: hacks;}
a {color: #00b72d}
a:hover {color: #00d835; text-decoration: none}
.roow {
text-align:center;
align-items:baseline;
top:0;
color:white;
display:flex;
background-color: #3d3d3d;
font-family: terminus;
}
.roow p {
font-size: 18px;
}
.roow:nth-of-type(odd) {
background-color: #303030;
}
.jumbotron{margin-bottom:0}
.col-sm-3{padding-top:10px;float:left;padding-bottom:10px;flex:1;width:250px}
.col-sm-3 img{border:2px solid rgb(0,128,28)}
.green {
background-color: #00b72d;
border: 2px solid #00aa2a;
color: black;
}
.floating-anchor {
display: block;
width: 0;
height: 0;
z-index: -1;
padding-top: 50px;
margin-top: -50px;
}
@media screen and (max-width:480px){.col-sm-3{width:100%}}