-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.css
72 lines (63 loc) · 993 Bytes
/
home.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
68
69
70
71
72
html {
margin: 0 auto;
max-width: 900px;
text-align: justify;
}
h4, h5 {
display: inline;
}
#frame {
width: 100%;
font-size: 110%;
}
#me {
width: 55%;
float: left;
}
#picture {
width: 40%;
float: right;
}
#index {
width: 40%;
float:right;
padding-top: 15px;
padding-bottom: 10px;
color: rgb(64, 64, 64);
padding-right: 5px;
}
#class {
width: 100%;
float: left;
padding-top: 15px;
padding-bottom: 10px;
color: rgb(64, 64, 64);
padding-right: 5px;
}
#me h1 {
Color: black;
font-size: 200%;
}
#epilogue {
clear: both;
padding: 5px;
margin-top: 5px;
text-align: center;
font-size: 55%;
}
#index ul li {
list-style: none;
text-indent: -20px;
padding-left: -20px;
}
#class ul li {
list-style: none;
text-indent: -20px;
padding-left: -20px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
}