mouse positions
This commit is contained in:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user