-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
113 lines (95 loc) · 1.98 KB
/
index.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
html,body {
background-color: black;
background-image: url("static/img/Keisha_background.JPG");
background-size: cover;
height: 100%;
background-position: center;
}
body {
font-size: 32px;
}
.dark_hue{
background-color:rgba(0, 0, 0, 0.3);
height: 100%;
}
.navbar {
display: flex;
opacity: 0.8;
text-align: center;
justify-content: space-around;
flex-basis: auto;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
}
@media (max-width: 992px){
#navbarToggler {
justify-content: right !important;
}
}
.custom-toggler.navbar-toggler {
border-color: white !important;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-brand{
font-family: Futura;
color: whitesmoke;
}
.nav-link{
color: white !important;
font-size: 120%;
padding: 10px;
}
.nav-link:hover{
color: black !important;
text-shadow: black 1px;
font-size: 120%;
padding: 10px;
}
#Name {
position: fixed;
justify-content: center;
font-family: Futura;
font-size: 38px;
color: whitesmoke;
top: 55%;
width: 100%;
text-align: center;
}
#navbarToggler {
font-family: Futura;
color: #00A6A6;
}
.nav-link {
color: #00A6A6;
}
footer {
text-align: center;
padding-bottom: 15px;
}
#Github {
width: 50px;
height: 50px;
margin: 0 5px;
}
#LinkedIn {
width: 50px;
height: 50px;
margin: 0 5px;
}
hr {
background-color: #00A6A6;
width: 5%;
}
/* Colours:
White - #EEEEEE
Off Peach - #DAA49A
Dark Blue - #373F51
Sea Blue - #58A4B0
Light Blue - #A9BCD0
*/