Première sauvegarde sur git
On va voir si ça marche
This commit is contained in:
15
.history/style_20251024102441.css
Normal file
15
.history/style_20251024102441.css
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user