1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2026-02-06 08:33:43 +00:00

Molette + drag&drop

This commit is contained in:
Yan Maniez 2020-01-20 18:29:47 +01:00
parent 5aa5b35a24
commit 7563210c5d
68 changed files with 669 additions and 106 deletions

View file

@ -5,7 +5,12 @@ pre {
}
body {
font-family: 'Noto Serif', serif;
margin: 0;
padding: 0;
}
h1 {
font-family: 'UnifrakturCook', cursive;
}
#range {
position: fixed; top: 0; left: 0; z-index: 2; visibility: hidden;
}