Skip to navigation
Simle css gird layout
24.02.23
#container { display: grid; grid-gap: 3px; grid-template-columns: repeat(10, 1fr); margin-top:50px; /* background-color:yellow; */ } #container #menu { grid-column: span 2; transition: all; position: static; top: auto; left: auto; bottom: auto; width: auto; min-height: 0; /* background-color:red; */ } #container #main { grid-column: span 8; /* background-color:green; */ }
Reply
Anonymous
Information Epoch 1732453096
Robustness is the child of transparency and simplicity.
Home
Notebook
Contact us