-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
68 lines (67 loc) · 1.35 KB
/
styles.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
* {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin: 0;
}
body {
background-color: #dee1df;
text-align: center;
border-top:solid 20px rgb(255, 255, 255);
border-bottom: solid 20px rgb(255, 255, 255);
border-left: solid 5px rgb(255, 255, 255);
border-right: solid 5px rgb(255, 255, 255);
}
header {
padding: 1rem;
}
h1 {
margin-top:10px ;
}
.hdp {
margin-top: 20px;
margin-bottom:0px;
}
main {
margin: 0%;
}
figure {
background-color: white;
margin:0px 20px 0px 20px;
}
figcaption {
font-size: 0.8rem;
padding: 0.5rem;
background-color: white;
}
.Intro {
margin-top: 40px;
}
div
{ /* boite nous permettant de styliser la liste */
display: flex;
justify-content: center;
align-items: center;
margin:30px 300px 0px 300px;
}
ul {
margin: 0;
padding: 0;
text-align: justify;
}
li {
margin: 15px;
}
footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 30px 300px 0px 300px;
padding: 1rem;
}
.conclusion { /*ceci est le style du dernier paragraphe */
margin: 20px;
font-size: 0.7rem;
font-weight: bold;
text-align: justify;
margin-bottom: 0px;
}