forked from navik11/SURP--2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (56 loc) · 1.17 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
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap");
@font-face {
font-family: "Bariol Bold";
src: local("Bariol Bold"), url("Bariol_Bold.woff") format("woff");
}
.title {
font-family: "Bariol Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
/* background-color: #eee; */
font-family: "Lato", sans-serif;
color: #004AAD;
}
.navbar-nav .nav-link:hover {
color: #004AAD !important;
}
.title {
margin: 5%;
color: #004AAD;
}
.container {
width: 75%;
/* margin: auto; */
margin-bottom: 10%;
}
.card-title {
padding: 15px;
background-color: black;
color: white;
height: 50%;
align-items: center;
}
.card-text {
align-items: center;
}
.navbar {
padding: 10px;
}
.nav-item {
font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
font-weight: bold;
letter-spacing: 1px;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown:hover .dropdown-toggle,
.dropdown:hover .dropdown-toggle:hover {
color: blue;
}
.dropdown-menu li a {
color: white;
background-color: black;
}