-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject3.css
More file actions
45 lines (43 loc) · 795 Bytes
/
Copy pathProject3.css
File metadata and controls
45 lines (43 loc) · 795 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
/*
Created on : Apr 8, 2018, 3:51:47 AM
Author : William Orgertrice, Ayanna Shaheed and Julian Sosa
*/
/*attributes*/
body{
background-color: #666699;
font-family: arial;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.8em;
color: #ecd9c6;
}
/*classes*/
.Footer{
color: white;
display: inline-block;
text-align: center;
width: 100%;
background-color: #660066;
}
.Header{
width: 100%;
display: inline-block;
color: white;
background-color: #0F57E8;
}
.MainContent{
margin-top: 60px;
display: inline-block;
text-align: center;
background-color: #2E38BA;
}
.Top{
font-family: 'Open Sans', sans-serif;
}
.Middle{
font-family: 'Droid Sans',sans-serif;
}
.Bottom{
font-family: 'PT Sans',sans-serif;
}