-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (65 loc) · 1.07 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
body{
background-color: #1B88AF;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul{
background-color: #FFEED7;
padding: 20px;
margin-top: -8px;
margin-left: -8px;
margin-right: -8px;
}
ul li{
list-style-type: none;
text-align: right;
}
ul li a{
text-decoration: none;
color: #818181;
font-size: 20px;
padding: 10px;
}
ul li a:hover{
color: black;
}
.image{
margin-left: 250px;
}
.image p{
color: black;
margin-left: 400px;
margin-top: -250px;
}
.formulaire{
text-align: center;
margin-top: 150px;
}
.formulaire input{
border-radius: 7px;
border-color: white;
}
.formulaire input:hover{
border-radius: 10px;
cursor: pointer;
background-color: #C2C2C2;
}
.formulaire textarea{
border-radius: 7px;
}
.formulaire textarea:hover{
border-radius: 10px;
cursor: pointer;
background-color: #C2C2C2;
}
footer{
background-color: #FFEED7;
padding: 1px;
margin-bottom: -8px;
margin-left: -8px;
margin-right: -8px;
}
footer p{
text-align: center;
color: black;
font-size: 15px;
}