-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
104 lines (85 loc) · 1.36 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
body {
margin: 0;
padding: 0;
}
#parent {
height: 1000px;
}
#child {
position: fixed;
height: 620px;
width: 200px;
border-right: 1px solid #ccc;
background-color: bisque;
padding: 10px;
text-align: center;
top: 0;
}
#child h3{
text-decoration: underline;
}
ul {
list-style: none;
text-align: left
}
ul a{
text-decoration: none;
color: brown;
margin: 10px;
}
ul li:hover{
border: 1px solid #ccc;
background: white;
padding: 5px;
color: black;
border-radius: 5px;
}
#ul1 {
margin-top: 50px;
}
hr {
width: 80%;
}
#child footer {
margin-top: 92px;
}
#child2 {
top: 0;
margin-left: 250px;
margin-right: 20px;
}
#child2 p {
line-height: 1.9em;
}
#child2 h3 {
color: teal;
}
#child2 h3 small {
color: cadetblue;
font-size: 12px;
}
#child2 h3:first-child {
margin-top: 60px;
}
section {
padding: 20px;
background-color: crimson;
text-align: center;
margin-bottom: 20px;
margin-top: 50px;
color: white;
border-radius: 10px;
}
#source {
float: right;
margin-right: 20px;
}
#pagination {
text-align: center;
margin-top: 50px;
border: 0px;
height: 5px;
}
#pagination a {
margin: 10px;
}