-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaceuil.css
57 lines (49 loc) · 818 Bytes
/
aceuil.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
body {
background-color: antiquewhite;
}
.p {
/*background-color: black;*/
background-color: rgba(0, 0, 0, 0.5);
border: none;
color: white;
text-decoration: none;
/* padding: 30px 32px;*/
font-size: 16px;
width: 95%;
padding: 30px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 0%;
margin-right: 0px;
float: right;
}
li {
display: block;
width: 250px;
height: 27px;
background-color: #080808;
color: rgb(252, 246, 246);
text-align: center;
}
.num {
margin-right: 100%;
}
.vert {
color: rgb(9, 245, 28);
}
.cov {
color: brown;
}
h1 {
text-align: center;
color: rgba(248, 29, 40, 0.877);
margin-top: 5em;
}
img {
margin-right: 5em;
margin-left: 5em;
margin-top: 6em;
}