-
Notifications
You must be signed in to change notification settings - Fork 564
/
modified_homepage_css.css
64 lines (63 loc) · 1.11 KB
/
modified_homepage_css.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
.navbar-collapse ul li{
padding: -10px;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
margin-left: 161px;
}
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
margin-right: 1rem;
margin-left: 10px;
}
.navbar-brand img {
height: 55px;
}
.navbar-collapse ul li {
padding: 0px 0rem;
}
.navbar-collapse ul li a{
color: white;
}
nav a {
color: white !important;
}
nav {
background-color: #00000000;
}
.theme-toggle-container span {
font-size: 0.75rem;
color: white;
}
#navbar__custom #headerText {
font-size: 10px;
margin-right: 21px;
}
.theme-toggle {
position: relative;
display: inline-block;
width: 44px !important;
height: 23px !important;
}
.theme-toggle-container span {
font-size: 0.8rem !important;
}
.navv{
color: blue;
font-family: 'Ubuntu', sans-serif;
line-height: 55px;
font-weight: 900;
font-size: 8rem;
}
#course-button{
background: #e0cfb8;
font-weight: bold;
margin-top: 20px;
}
#course-button:hover {
background-color: #081020c7;
color: #fff;
transform: scale(1.2);
}