Variables for Shell-grid
CSS Variables | Default Value | Description |
---|---|---|
--content-width | 1fr | Width of the content |
--lsb-width | auto | Width of the left sidebar |
--rsb-width | auto | Width of the right sidebar |
Children Elements
Element | Description |
---|---|
<header> | Header |
<div class="content"> | Main Content |
<aside class="left-sidebar"> | Left Sidebar |
<aside class="right-sidebar"> | Right Sidebar |
<footer> | Footer |