Ajout readme, Correction CSS
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user