-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocrates.css
111 lines (91 loc) · 1.77 KB
/
socrates.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
html {
background-color: white;
}
body {
width: 96%;
padding: 10px;
font-family: serif;
color : black;
}
h1 {
text-align: center;
color: rgb(230, 100, 100);
border-radius: 30px;
}
h2 {
padding: 10px;
border: dashed;
border-radius: 30px;
font-family: "Lora", system-ui;
}
h3 {
padding: 10px;
border-radius: 30px;
}
p {
text-indent: 5%;
}
img {
max-width: 30%;
display: block;
margin-left:10px;
/*width: 100px; largeur en pixel de ta photo */
/*height:75px; hauteur en pixel de ta photo */
/*margin-right:10px; marge en pixel à droite de la photo */
}
iframe {
display: block;
margin: 0 auto;
width: 90%;
}
.en_couleur {
color: rgb(17,2,95);
}
.titresom {
color: rgb(226,45,69);
text-decoration: underline;
font-family: "Luckiest Guy", cursive;
font-size: 30px;
}
.le_savais_tu {
color : rgb(5,125,134);
font-family: "Frijole", system-ui;
font-size : 20px;
}
.centre {
max-width: 50%;
display: flex
}
a {
text-decoration: none;
}
.navbar {
display: flex;
justify-content: space-between; /*met le h1 à droite et les h2 à gauche*/
background-color: rgb(144, 54, 54);
padding: 16px; /*élargit navbar*/
}
.logo_title, .navbar ul li a {
color: white; /* met les écritures en blanc*/
}
.navbar ul {
display: flex;
align-items: center; /* met les écritures à la suite et pas en colonne*/
list-style-type: none; /* enlève les points de la liste*/
}
.navbar ul li a {
padding: 12px; /*espace entre écritures*/
margin: 0 6px;
}
.navbar ul li a:hover{
/* quand on met souris sur différents liens*/
color: white;
background-color : rgb(255,153,102);
border-radius: 4px;
}
.actu:hover{
color : rgb(255,153,102);
}
.histoires: hover {
color : rgb(255,153,102);
}