-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
65 lines (55 loc) · 876 Bytes
/
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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
min-height: 100vh;
}
.container.main{
padding-top: 70px;
padding-bottom: 70px;
}
.navbar{
padding-top: 15px;
padding-bottom: 15px;
border: 0;
border-radius: 0;
margin-bottom: 0;
font-size: 12px;
letter-spacing: 5px;
}
.navbar-nav li a:hover{
color: #1abc9c !important;
}
form button.mb3{
margin-bottom: 100px !important;
}
.update{
color:#1AACAC;
font-size:10px;
}
textarea{
white-space: pre-line;
}
pre{
font-family: sans-serif;
font-size: 1rem;
}
/* .footer-padding{
padding-bottom: 60px;
} */
.footer{
position: fixed;
bottom: 0;
text-align: center;
width: 100%;
/* height: 60px; */
background-color: #1abc9c;
}
.footer p{
padding: 25px;
margin: 0;
font-size: 12px;
color: #fff;
}