-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
57 lines (47 loc) · 881 Bytes
/
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
body {
background: #9FC088;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
letter-spacing: 0.1em;
font-weight: normal;
font-style: normal;
color: #1F1D36;
}
.content {
margin-top: 100px;
letter-spacing: 0.1em;
}
.logo-image{
width: 46px;
height: 46px;
overflow: hidden;
margin: 7px 5px;
}
#mainNavbar {
background:#D7385E;
font-size: 1.2rem;
font-weight: 600;
letter-spacing: 0.1em;
}
#mainNavbar .nav-link {
color: white;
}
#mainNavbar .nav-link:hover {
color: #1F1D36;
}
#mainNavbar .navbar-brand {
color: #1F1D36;
font-size: 1.5rem;
}
#headingGroup h3 {
font-weight: 600;
font-size: 3rem;
margin-top: 20px;
}
.navbar.scrolled {
background: rgb(222,192,222);
transition: background 500ms;
}
#textbox{
background: #DFD3C3;
letter-spacing: 0.1em;
}