-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
79 lines (79 loc) · 1.29 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
79
body {
background-image: url('images/terrain.jpg');
display: flex;
min-height: 100vh;
flex-direction: column;
background-repeat: no-repeat;
background-size: cover;
color: white;
font-family: "poppins";
}
h1 {
color: white;
text-align: center;
}
h2{
text-align: center;
padding-bottom: 1%;
padding-top: 1%;
}
header {
border-style: solid;
background-color: black;
border: 0px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2%;
}
img{
margin-left: 5%;
margin-right: 5%;
width: 20%;
height: 100%;
filter: contrast(105%);
border-radius: 5%;
box-shadow: 5px 5px 3px rgb(76, 77, 78);
}
div{
padding: 1% 1% 1% 1%;
}
footer{
border-style: solid;
background-color: black;
text-align: right;
margin-top: 2%;
border: 0px;
padding-right: 1%;
}
.actu{
background-color: rgb(240, 240, 207);
color: black;
padding: 1% 1% 1% 1%;
border-radius: 15%;
}
.texte_page {
text-align: center;
background-color: rgba(45, 41, 41, 0.30);
border-radius: 50%;
padding: 2% 2% 2% 2%;
width: 50%;
margin: auto;
}
.img{
text-align: center;
}
#nom{
color: white;
text-align: right;
}
#logoHome{
width: 100%;
height: 50px;
margin: 0;
padding: 0;
}
#b4v{
margin: 0;
width: 100px;
}