Files
SNT/sequences/web/tp/tp3_style.css
T

33 lines
411 B
CSS
Raw Normal View History

2026-03-02 10:11:03 +01:00
/* === Couleur de fond de la page === */
body {
background-color: #f5f5f5;
font-family: Arial, sans-serif;
}
/* === Titre principal === */
h1 {
color: #333;
font-size: 32px;
}
/* === Sous-titres === */
h2 {
color: #555;
}
/* === Paragraphes === */
p {
color: #333;
font-size: 16px;
}
/* === Liens === */
a {
color: blue;
}
/* === Images === */
img {
max-width: 300px;
}