-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarter.css
More file actions
65 lines (51 loc) · 878 Bytes
/
starter.css
File metadata and controls
65 lines (51 loc) · 878 Bytes
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
body {
background-color: #f5d9d5;
font-family: "Nunito", sans-serif;
}
#main {
font-size: 1.5rem;
font-weight: 200;
}
#main .navbar-brand {
color: #Ea1c2c;
/* font-weight: 500;
font-size: 2.1rem; */
}
.blurb h2 {
color: red;
font-weight: 200;
font-size: 2.5rem;
}
.blurb p {
line-height: 2;
font-size: 200;
font-size: 1rem;
color: lightpink;
}
#main .nav-link {
color: white;
}
#main .nav-link:hover {
color: #Ea1c2c;
}
#headinggrp span {
color: red;
}
#headinggrp span {
font-weight: 200;
font-size: 400;
}
.content {
margin-top: 50px;
margin-bottom: 50px ;
}
.navbar.scrolled {
background-color: rgb(222, 192, 222);
transition: background 500ms;
}
@media only screen and(max-width:1200px) {
#headinggrp h1 {
font-weight: 200;
font-size: 3rem;
}
}