-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesign.css
96 lines (91 loc) · 1.78 KB
/
design.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.body-text {
display: flex;
font-family: "Josefin Sans", sans-serif;
align-items: center;
justify-content: center;
margin-top: 50px;
}
nav {
display: flex;
justify-content: space-around;
align-items: center;
min-height: 8vh;
font-family: "Josefin Sans", sans-serif;
background-color: black;
opacity: 70%;
}
.nav-links {
display: flex;
justify-content: space-around;
width: 60%;
}
.nav-links li {
list-style: none;
}
.navbarss {
color: white;
text-transform: uppercase;
letter-spacing: 0px;
font-size: 20px;
}
.nav-links {
color: white;
text-decoration: none;
letter-spacing: 0px;
font-weight: bold;
font-size: 18px;
padding: 14px 16px;
}
.nav-links li a:hover:not(.active) {
background-color: transparent;
}
.nav-links li a.active {
background-color: transparent;
}
nav ul li a {
color: white;
}
a {
text-decoration: none;
}
form {
text-align: center;
}
.footer {
position: static;
left: 0%;
bottom: 0%;
width: 100%;
color: white;
text-align: center;
font-family: "Josefin Sans", sans-serif;
padding: 10px;
display: flex;
justify-content: space-around;
align-items: center;
list-style: none;
text-decoration: none;
background-color: black;
opacity: 85%;
}
.footer li a {
color: rgb(255, 255, 255);
}
.footer ul li a {
color: rgb(255, 255, 255);
list-style: none;
text-decoration: none;
}
.jumbotron {
font-family: 'Caveat', cursive;
background-image: url('https://st3.depositphotos.com/13324256/i/600/depositphotos_169530530-stock-photo-yellow-wallpaper-texture.jpg');
}
body {
background-image: url('https://st3.depositphotos.com/13324256/i/600/depositphotos_169530530-stock-photo-yellow-wallpaper-texture.jpg');
background-size: 100% 100vh;
}