-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (41 loc) · 979 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
@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Road+Rage&display=swap');
.navbar-font1 {
font-family: 'Lobster', cursive;
}
body {
font-family: 'Arimo', sans-serif !important;
background-color: #191322 !important;
}
.bg-gradient1 {
background-color: #191322;
}
.a-links {
text-decoration: none;
}
.btn-menu {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
z-index: 1;
}
.portfolio {
text-decoration: none;
color: gray;
}
.c-hover {
transition: background-color 0.5s;
border-radius: 12px !important;
}
.c-hover:hover {
background-color: gray !important;
color: white;
}
.accordion-border {
border-radius: 15px !important;
}
.logo-text {
font-family: 'Road Rage', cursive;
}