transformed page layout in multiple sections to have full screen height available
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
section header { grid-area: header; }
|
||||
section article { grid-area: article; }
|
||||
section footer { grid-area: footer; }
|
||||
section .mouse { grid-area: mouse; }
|
||||
section .banner { grid-area: banner; }
|
||||
|
||||
section {
|
||||
display: grid;
|
||||
@@ -10,9 +11,11 @@ section {
|
||||
grid:
|
||||
' . header . ' 1fr
|
||||
' . article . ' auto
|
||||
' footer footer footer ' auto
|
||||
' . mouse . ' auto
|
||||
' banner banner banner ' auto
|
||||
/ 1fr auto 1fr ;
|
||||
grid-gap: 10px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
section header {
|
||||
|
||||
Reference in New Issue
Block a user