Modèle:SurLigne

De WikiFiction
Aller à : navigation, rechercher

<html> <style> markRouge {

     background-color: red;
     color: white;
}

markRose {

     background-color: pink;
     color: black;
}

markVert {

     background-color: green;
     color: white;
}

markBleu {

     background-color: blue;
     color: white;
}

markViolet {

     background-color: purple;
     color: white;
}

</style>