« Concept.css » : différence entre les versions

De Remix Biens Communs
Aller à :navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 1 : Ligne 1 :
{#firstHeading {
body {
color:black;
}}
 
{{#css:Concept.css}}
{{#css:
  body {
     background: yellow;
     background: yellow;
     font-size: 20pt;
     font-size: 20pt;
     color: red;
     color: red;
   }
   }
}}
#firstHeading {
  color:black;
}

Dernière version du 15 mars 2024 à 11:51

body {

   background: yellow;
   font-size: 20pt;
   color: red;
 }
  1. firstHeading {
 color:black;

}