-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
67 lines (59 loc) · 951 Bytes
/
index.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
.Heading{
background-color: #ff6f66;
font-family: Verdana;
font-size: 150%;
position: relative;
}
.Navigation {
float: left;
padding-right: 20px;
padding-top: 10px;
}
.HeadingA{
background-color: #66ff66;
font-family: Verdana;
font-size: 150%;
position: relative;
}
.Body {
display: inline-block;
}
.About{
float: right;
border: 2pt solid black;
border-style: rigid;
padding-right: 20px;
padding-left: 20px;
padding-top: 10px;
margin-top: 10px;
margin-right: 20px;
margin-left: 20px;
background-color: #ff6f66;
}
.NavAlphabet {
list-style-type: none;
margin: 0px;
padding: 0px;
background-color: #66ff66;
}
.AlphabetH{
margin: 20px;
background-color: #66ff66;
padding: 5px;
border: 2pt solid black;
width: 1099px;
float: right;
}
.AlphabetInfo {
width: 80%;
padding: 20px;
border: 2pt solid black;
margin: 30px;
float: right;
position: relative;
left: 30px;
}
img {
position: absolute;
float: right;
}