-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
120 lines (107 loc) · 1.99 KB
/
styles.css
File metadata and controls
120 lines (107 loc) · 1.99 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
background-color: rgb(0, 0, 0);
}
h1 {
font-family: sans-serif;
font-size: 80px;
}
p {
font-family: sans-serif;
font-size: 25px;
}
p1 {
font-family: sans-serif;
font-size: 40px;
}
u1 {
font-family: sans-serif;
font-size: 40px;
color: black;
}
a {
font-size: 40px;
font-family: sans-serif;
color: white;
}
p2 {
font-family: sans-serif;
font-size: 25px;
color: white;
}
#top1 {
background-color:rgb(255, 255, 255);
height: 283px;/*303*/
width: 1780px;
margin: 10px 10px 10px 10px;
float: left;
}
#topb {
background-color: rgb(91, 162, 255);
height: 60px;/*85*/
width: 860px; /*1750*/
margin: 0px 0px 0px 0px;
padding: 0px/*10*/ 0px 25px/*10*/ 10px;
float: left;
border: 10px solid;
border-color: black;
}
#topbr {
background-color: rgb(91, 162, 255);
height: 60px;/*85*/
width: 860px; /*1750*/
margin: 0px 0px 0px 0px;
padding: 0px/*10*/ 0px 25px/*10*/ 10px;
float: right;
border: 10px solid;
border-color: black;
}
#main {
background-color: rgb(91, 162, 255);
width: 1770px;
height: 1050px;/*was 1200*/
padding: 0 0 0px 10px;
margin: 10px 0px 0px 10px;
float: left;
}
#wrapper {
background-color: rgb(255, 255, 255);
height: 1375; /*1550*/
width: 1800px;
margin-left: auto;
margin-right: auto;
}
.gear {
height: 550px; /*was 500 then 490*/
margin: 25px 10px 10px 00px ;
float: left;
}
.gear1 {
height: 640px;
margin: 10px 20px 10px 0;
float: right;
}
.gear2 {
height: 200px;
margin: 10px;
float: right;
}
.gear3 {
height: 200px;
margin: 0px 10px 10px 10px;
float: left;
}
#main2 {
background-color: rgb(91, 162, 255);
width: 1770px; /*1770px*/
height: 750px;/*1050px*/
padding: 0 0 0px 10px;
margin: 10px 0px 0px 10px;
float: left;
}
#wrapper2 {
background-color: rgb(255, 255, 255);
height: 1075; /*1375px*/
width: 1800px;
margin-left: auto;
margin-right: auto;
}