Ajout readme, Correction CSS

This commit is contained in:
2019-07-16 16:52:02 +02:00
parent 1ecd29bfbd
commit 9d788ce2de
7 changed files with 160 additions and 137 deletions
+11
View File
@@ -11,3 +11,14 @@
.center{
text-align: center;
}
// Notes de fin de chapitres
[data-note] {
position: relative;
counter-increment: footnote;
}
[data-note]::after {
position: absolute;
content: counter(footnote);
transform: translateY(-10px);
}