-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
85 lines (80 loc) · 1.28 KB
/
Copy pathapp.css
File metadata and controls
85 lines (80 loc) · 1.28 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
75
76
77
78
79
80
81
82
83
84
85
body{
background-color: #f5d9d5;
font-style: "Nunito",sans-serif;
font-family: sans-serif;
}
#mainNavbar{
color:#EA1C2C;
font-weight: 1.5em;
}
#mainNavbar .nav-link{
color:white;
}
#mainNavbar .nav-link:hover{
color:#EA1C2C;
}
#mainNavbar .navbar-brand{
color:#EA1C2C;
font-size: 1.5em;
}
#heading span{
color:#EA1C2C;
}
#heading p{
font-weight: 100;
font-size: 2rem;
}
@media(max-width:1000px)
{
font-weight: 100;
font-size: 1.5rem;
}
.blurb h2{
font font-weight: 100;
color:#EA1C2C;
font-size:2rem;
}.blurb p{
line-height: 2;
font weight:100;
color: #f498b8;
font-size:1.125;
}
.lasf h2{
font font-weight: 100;
color:#EA1C2C;
font-size:2rem;
}
.lasf p{
line-height: 2;
font weight:100;
color: #f498b8;
font-size:1.125;
}
.dsa{
height: 70px;
width: 70px;
}
.dfg{
height: 70px;
width: 70px;
}
.qwe{
width:768px;
max-height: 450px;
}
.asd{
width:768px;
max-height: 700px;
}
.zxc{
width:768px;
max-height: 450px;
}
.content{
margin-top: 100px
;
}
.navbar.scrolled{
background:rgb(222,192,222);
transition: background 500ms;
}