-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (55 loc) · 1.07 KB
/
style.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
body {
font-family: 'Courier New', Courier, monospace;
font-size: 14px;
color: darkslategray;
margin: 50px;
}
h1 {
font-size: 3em;
color: midnightblue;
background-color: #E2B8AF;
text-align: center;
padding: 10px 3px 10px 3px;
}
h2 {
font-size: 2em;
background-color: peachpuff;
margin: 0px;
padding: 10px;
border-style: solid;
border-color: gray;
border-width: 15px 2px 2px 15px;
}
a {
color: black;
text-decoration: underline;
}
img {
border-style: solid;
border-width: 15px 2px 2px 15px;
border-color: gray;
}
table {
margin: 20px;
background-color: peachpuff;
}
#katt {
font: 14px/1.5 "Times New Roman", times, serif;
padding: 30px 10px;
border: 1px black solid;
border-width: 1px 5px 5px 1px;
border-color: red green blue yellow;
margin: 10px 50px;
}
#navigation {
position: absolute;
top: 0;
left: 0;
width: 200px;
}
#content {
margin-left: 200px;
}
#footer {
clear: both;
}