-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainPageStyle.css
92 lines (92 loc) · 1.63 KB
/
mainPageStyle.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
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
86
87
88
89
90
91
92
.textMod{
color: darkblue;
}
footer{
background-color: yellow;
border-radius: 5.0em;
height: 5.0em;
}
h1{
background-color: #00B13C;
height:2.5em;
width: 100%;
text-align: center;
line-height: 2.5em;
border-radius: 0.5em;
}
h2{
background-color: darkblue;
color: whitesmoke;
width: 40%;
height: 5em;
float: left;
border-radius: 0.25em;
}
nav{
float: right;
background-color: darkblue;
height: 30.0em;
width: 15em;
padding: 0.60em;
border-radius: 1.5em;
}
body{
background-color: #00B13C;
}
.bodyBorder{
float: left;
background-color: darkblue;
height: 60em;
width: 39%;
border-radius: 1.5em;
margin-right: 0;
color: darkblue;
padding: 0.60em;
opacity: .90;
}
.bodyInfo{
float: left;
background-color: #00B13C;
height: 58em;
width: 80%;
border-radius: 1.0em;
padding: 0.5em;
margin-left: 2.5em;
}
.bodyBorderTwo{
float: left;
background-color: darkblue;
height: 37.5em;
width: 57.5%;
border-radius: 1.5em;
margin-left: 1.0em;
color: darkblue;
padding: 0.60em;
opacity: .90;
}
.bodyInfoTwo{
float: left;
background-color: #00B13C;
height: 35em;
width: 80%;
border-radius: 1.0em;
padding: 0.5em;
margin-left: 2.5em;
}
#left{
float: left;
background-color: red;
}
.navImages{
border-radius: 1.0em;
margin-left: 2.0em;
margin-bottom: 1.5em;
}
.mainBackground{
background-color: white;
border-radius: 15px;
width: 100em;
margin: 0 auto;
height: 75em;
background-image: url('students-sunset-home.jpg');
}