-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc.css
More file actions
74 lines (71 loc) · 1.32 KB
/
misc.css
File metadata and controls
74 lines (71 loc) · 1.32 KB
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
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.navbar {
font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
padding-left: 35px;
}
.navbar-nav {
padding: 20px;
}
.nav-item {
padding-left: 15px;
padding-right: 15px;
font-size: 110%;
}
.nav-link {
color: white;
letter-spacing: 2px;
}
.offcanvas {
background-color: #585481;
}
.offcanvas-title {
color: white;
}
body {
background-color: #B4C5E4;
/* background-image: linear-gradient(to bottom right, #5F506B, #6A6B83, #76949F); */
}
h1 {
text-align: center;
padding: 70px;
padding-top: 0px;
padding-bottom: 20px;
font-size: 80px;
color: #B3AF8F;
-webkit-text-stroke: 0.9px black;
}
#main {
padding: 100px;
padding-bottom: 50px;
}
#footer {
background-color: #585481;
color: white;
text-align: center;
padding-bottom: 15px;
padding-top: 20px;
/* margin-bottom: 0px; */
}
img {
display: block;
margin-right: auto;
margin-left: auto;
}
.big {
text-align: center;
font-size: 22px;
margin-top: 50px;
margin-bottom: 50px;
color: black;
}
.small {
text-align: center;
font-size: 15px;
margin-top: 20px;
margin-bottom: 20px;
display: flex;
justify-content: center;
flex-direction: column;
}