-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.css
More file actions
60 lines (53 loc) · 948 Bytes
/
Copy pathhomepage.css
File metadata and controls
60 lines (53 loc) · 948 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/* File: homepage.css
*/
html {
margin: 2px;
padding: 2px;
}
#wrapper {
width: 1000px;
margin: 0 auto;
}
h1 {
font-size: xx-large;
font-weight: bold;
font-family: "Arial Black", Gadget, sans-serif;
color: #464588;
}
.links {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.logo {
width: 675px;
height: 300px;
}
.adCol {
position: absolute;
top: 275px;
left: 900px;
width: 250px;
min-height: 300px;
max-height: 400px;
margin: 2px;
padding-top: 2px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}
.footer {
margin: 2px;
padding: 2px;
border-top: 1px double;
border-bottom: 1px solid;
font-style: italic;
font-size: x-small;
}