-
Notifications
You must be signed in to change notification settings - Fork 0
/
style_Psychologie.css
55 lines (48 loc) · 1.23 KB
/
style_Psychologie.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
/*Style de présentation du titre principal: "Psychologie de la mémoire". */
h1 {
font-family: Perpetua, Arial, sans-serif;
font-size: 2em;
text-align: center;
height: 50px;
margin: auto;
box-shadow: 5px 5px 0 #274855;
border-color: rgb(39, 72, 85);
padding: 20px;
background-image: url(arriere_plan.jpg);
text-shadow: 2px 2px 2px #888;
border-radius: 25px;
}
/*Style des sous-titres: "Introduction", "Types de mémoires" et "Bibliographie". */
h2 {
font-family: Perpetua, Arial, sans-serif;
margin: auto;
text-decoration: none;
color: #274855;
}
/*Ce code sert à mettre l'icône du cerveau à côté des trois sous-titres. */
.sous-titre1 {
display: inline-block;
}
.sous-titre2 {
display: inline-block;
}
.sous-titre3 {
display: inline-block;
}
/*Style du bouton pour réinitialiser les réponses.*/
button {
color: rgb(147, 98, 42);
}
/*Syle des paragraphes*/
body {
background-color: rgba(211, 161, 93, 0.5);
margin: 20px;
}
/*Style de la note en bas de page indiquant mon nom et la date de création de la page.*/
h4 {
font-style: italic;
color: rgba(88, 88, 88, 0.6);
background: rgba(159, 119, 74, 0.52);
margin: 0px;
width: 100%;
}