-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloups.css
87 lines (87 loc) · 1.29 KB
/
loups.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
/*body {
vertical-align: top;
}*/
.title {
font-family: serif;
font-size: 20px;
background-color: #E8E8E8;
padding-left: 20px;
display: block;
border-radius: 20px;
width: 875px;
height: 75px;
margin-left:10px;
}
.title h1 {
padding-top: 15px;
}
.home {
background-color: #E8E8E8;
display: inline-block;
height: 350px;
width: 230px;
padding-left: 10px;
padding-right: 10px;
margin-top:15px;
margin-right: 15px;
border-radius: 20px;
margin-left: 10px;
}
.home ul {
padding-left: 20px;
margin-top:5px;
}
.home ul li {
color: blue;
}
.home p {
margin-bottom: 2px;
color: blue;
}
.my-essays {
background-color: #A8A8A8;
display: inline-block;
width: 600px;
vertical-align: top;
margin-top: 15px;
padding-left: 10px;
padding-right: 10px;
border-radius: 20px;
margin-bottom: 20px;
font-size: 15px;
margin-right: 0 auto;
}
.my-essays h2 {
font-size: 30px;
padding-left: 5px;
}
.my-essays p {
font-size: 18px;
}
.my-essays ul li a {
font-weight: 50px;
color: blue;
}
.my-essays ul li {
margin-bottom: 5px;
}
.footer {
background-color: #E8E8E8;
border-radius: 20px;
font-size: 15px;
padding: 5px;
width: 875px;
padding-left: 10px;
margin-left:10px;
}
.indent {
list-style-position:inside;
text-indent: 10px;
list-style-type: circle;
}
.red {
color:red;
}
a:visited {
color: red;
}