Files
_empty_exemple/.history/style_20251024102441.css
bonnebulle 48dfc46200 Première sauvegarde sur git
On va voir si ça marche
2025-11-21 10:07:28 +00:00

15 lines
263 B
CSS

html {
background-color: #000;
color: #FFF;
#important_wrapper { /* id */
margin-left: 10px;
border-left: 3px solid red;
padding-left: 20px;
}
.important { /* classe */
font-weight: bolder;
color: red;
}
.pas_important {
font-weight: normal;
}