-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
111 lines (90 loc) · 1.52 KB
/
styles.css
File metadata and controls
111 lines (90 loc) · 1.52 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
/* Some of this may not be good CSS practice but because of lack of time I did what the homework required.
Otherwise, I wold have made this site way more beautiful! */
body {
background: #EEE8AA;
max-width: 960px;
}
table {
margin-left: 260px;
}
td:hover {
background-color: #FFFF00;
}
footer {
text-align: center;
}
#history {
border: 3px solid;
padding: 10px;
background-color: brown;
font-family: "copperplate gothic light";
width: 75%;
margin-bottom: 30px
}
.my-history {
font-family: "arial";
}
ol {
border: 3px dotted;
width: 50%;
}
#resource-webpage {
border: 3px dashed;
font-family: "Comic Sans MS", cursive, sans-serif;
}
a:visited {
color: hotpink;
}
.info {
font-family: "Comic Sans MS", cursive, sans-serif;
}
#top-links:hover {
background-color: green;
width: 175px;
display: inline-block;
vertical-align: top;
min-width: 5%;
padding: 10px;
}
#front-page {
width: 70%
display: inline-block;
min-width: 10%;
padding 10px;
}
.tel-gezer {
float: left;
padding-right: 20px;
}
h1 {
text-align: center;
font-family: "Comic Sans MS", cursive, sans-serif;
}
#resources-page {
background-image: url(IMG_2692.jpg);
background-size: 100%;
}
.video1 {
border: 3px solid black;
height: 300px;
width: 350px;
}
@media only screen and (max-width: 500px) {
body {
font-size: x-small;
background-color: green;
}
}
main {
width: 70%;
display: inline-block;
min-width: 10%;
padding: 10px;
}
nav {
width: 20%;
display: inline-block;
vertical-align: top;
min-width: 5%;
padding: 10px;
}