diff --git a/HowtoCSS.md b/HowtoCSS.md new file mode 100644 index 00000000..820ede94 --- /dev/null +++ b/HowtoCSS.md @@ -0,0 +1,31 @@ +## Sélections + +~~~ +

Un jour j'écrirai mon texte.

+~~~ + +Selon : + + - id : + +~~~ +#monid { /* ... */ } +~~~ + + - class : + +~~~ +.maclass { /* ... */ } +~~~ + + - balise + id : + +~~~ +span#monid { /* ... */ } +~~~ + + - le premier élément ayant comme parent : + +~~~ + +~~~ \ No newline at end of file