-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
90 lines (64 loc) · 1.08 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
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
* {
margin: 0px;
padding: 0px;
}
.page {
}
.head {
background: gray;
height: 70px;
text-align: center;
margin-top: 20px;
font-size: 30px;
}
.link {
width: 300px;
height: 100%;
margin-top: 100px;
}
.lk {
padding: 20px 20px;
text-decoration: none;
margin-top: -100px;
}
.lk a {
text-decoration: none;
color: brown;
font-family:Georgia, 'Times New Roman', Times, serif;
cursor: pointer;
font-size: 20px;
margin: 10px 20px;
}
.lk a:hover{
color: skyblue;
}
.content {
float: right;
margin-top: -670px;
border-left: 1px solid black;
width: 960px;
height: 100%;
}
.info {
font-family: sans-serif;
margin: 10px 20px;
}
.con {
margin-left: 20px;
padding: 10px, 20px;
}
.l {
margin-top: 20px;
margin-left: 70px;
padding: 20px, 20px;
font-size: 18px;
}
.i {
background: lightgrey;
height: 70px;
width: 90%;
margin-left: 70px;
}
.ii {
padding: 10px 10px;
}