Première sauvegarde sur git

On va voir si ça marche
This commit is contained in:
bonnebulle
2025-11-21 10:07:28 +00:00
parent aada21181f
commit 48dfc46200
483 changed files with 26869 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
html {
background-color: lightblue;
color: #000;

View File

@@ -0,0 +1,19 @@
html {
background-color: lightblue;
color: #000;
<!-- 2 -->
<style>
#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;
}
</style>