-
Notifications
You must be signed in to change notification settings - Fork 1
/
recrutement.css
64 lines (55 loc) · 962 Bytes
/
recrutement.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
body {
background-color: #660606;
margin: 0;
font-family: Bellerose;
}
.slide_recrutement {
width: 100%;
}
h2 {
font-family: Bellerose;
font-size: 50px;
margin: 5% 0 3% 13%;
text-shadow: white 1px 1px, white -1px 1px, white -1px -1px, white 1px -1px;
}
form p {
font-size: 20px;
font-weight: bold;
margin: auto;
}
.formrecru input,
.formrecru select,
.formrecru textarea {
margin-bottom: 10px;
padding: 15px;
border: 1px solid gray;
background-color: white;
border-radius: 10px;
width: 50%;
}
.download {
display: flex;
flex-direction: row;
width: 50%;
justify-content: space-between;
}
textarea {
border-radius: 7px;
}
.bouton {
width: 150px;
margin-bottom: 10%;
}
#boutonEnvoyer {
background-color: #3f3f3f;
padding: 12px 45px;
border-radius: 10px;
cursor: pointer;
color: white;
border: none;
margin: 2px;
font-weight: bold;
font-size: 25px;
text-decoration: none;
width: 100%;
}