-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle4.css
50 lines (50 loc) · 883 Bytes
/
style4.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
body {
background-color: rgb(149, 180, 221);
background-image: url("assets/ground.jpeg");
}
ul {
display: flex;
justify-content: center;
justify-content: space-between;
justify-content: space-evenly;
}
ul li {
list-style: none;
}
header {
font-weight: bolder;
font-size: 150%;
background-color: rgb(0, 46, 65);
}
nav a {
color: rgb(189, 231, 231);
}
#Contacter {
font-weight: bolder;
font-size: 50px;
justify-content: center;
color: black;
text-decoration: underline;
font-style: italic;
text-align: center;
font-family: "Playball", cursive;
}
.ContactUs {
display: flex;
flex-direction: initial;
font-size: 20px;
text-align: center;
font-style: normal;
font-family: "Merienda", cursive;
}
#contact {
width: 200px;
height: 200px;
}
#contactform {
display: flex;
justify-content: center;
}
#message {
padding-block: 20px;
}