-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
77 lines (62 loc) · 1.04 KB
/
main.css
File metadata and controls
77 lines (62 loc) · 1.04 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
@import 'bower_components/gumby-parallax/_parallax.scss';
*{ border-radius: 0px !important;
margin: 0px auto;
padding: 0px;
}
body{
font-family: 'PT Sans', sans-serif;
}
#messageIcon{
width:100%;
}
#finalFixer{
margin-bottom:15%;
}
#nav3{
background-color: black !important;
}
#backgroundImage{
width: 100%;
height: 100%;
}
#parallexeffect8 {
margin-top: -32px;
background-image: url("img/img2.jpg");
background-repeat:no-repeat;
background-position:center;
width: 100%;
height: 900px;
text-align:center;
color:#fff
}
#inDesign1{
font-family: 'Great Vibes', cursive;
font-size: 950%;
color: #F2635F;
line-height: 90%;
}
.inDesign2{
font-family: 'Great Vibes', cursive;
font-size: 250%;
line-height: 90%;
color: #F2635F;
}
.footer {
height: auto;
background-color: #212121;
}
.footer-class {
font-family: 'PT Sans', sans-serif;
color:white;
}
.base {
height: auto;
background-color:#EF4036;
}
.base h6 {
padding-top: 25px;
padding-bottom: 25px;
text-align: center;
color:white;
font-family: 'PT Sans', sans-serif;
}