-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.css
More file actions
63 lines (57 loc) · 947 Bytes
/
Copy pathsite.css
File metadata and controls
63 lines (57 loc) · 947 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
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
.lead {
font-size: 25px;
color:white;
}
.jumbotron > .col-md-12 {
padding-top: 1.00rem;
padding-bottom: .5rem;
margin: 1.00rem;
border-radius: 5%;
background-color: white;
border: 1px solid white;
}
.navbar {
color:white;
}
.dropdown-item {
font-size: 15px;
color:white;
}
.mynav {
padding: 0;
}
.smaller {
font-size: 14px;
}
.larger {
font-size: 20px;
color: red;
}
.card .col-md-12 {
margin: 5px;
}
.list-group-item:hover {
background-color:white;
}
.line_chart {
background-color: whitesmoke;
border: 2px solid red;
}
.button {
background-color: blue;
border: none;
color: white;
padding: 12px 12px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
float: center;
border: 1px solid blue;
}
.button:active {
background-color:green;
}
.button:visited {
background-color:green;
}