mouse positions

This commit is contained in:
asus
2023-11-19 12:47:16 +01:00
parent 12e5204051
commit 4a0895ef1c
3 changed files with 87 additions and 51 deletions

View File

@@ -9,6 +9,9 @@ html {
body {
overflow-x: hidden;
}
figure {
overflow: hidden;
}
script, style {
display: none;
}
@@ -39,17 +42,17 @@ body {
*/
display: grid;
grid:
' title ' 1fr
' cv ' 1fr
' mouse_1 ' 1fr
' mouse_2 ' 1fr
' mouse_3 ' 1fr
' mouse_4 ' 1fr
' banner_1 ' 1fr
' banner_2 ' 1fr
' banner_3 ' 1fr
' banner_4 ' 1fr
' banner_5 ' 1fr
' infos ' 1fr
/ 100% ;
' title ' auto
' banner_2 ' auto
' cv ' auto
' mouse_1 ' auto
' banner_3 ' auto
' mouse_2 ' auto
' banner_4 ' auto
' mouse_3 ' auto
' banner_5 ' auto
' mouse_4 ' auto
' banner_1 ' auto
' infos ' auto
/ 1fr ;
}