grid-template-areas css
CSS
/* Keyword value */
grid-template-areas: none;
/* <string> values */
grid-template-areas: "a b";
grid-template-areas: "a b b"
"a c d";
/* Global values */
grid-template-areas: inherit;
grid-template-areas: initial;
grid-template-areas: unset;
.container {
display: grid;
grid-template-columns: 2fr 2fr 1fr 2fr;
grid-template-rows: 100px 200px 100px;
grid-template-areas:
"head head . side"
"main main . side"
"footer footer footer footer";
}#page {
display: grid;
width: 100%;
height: 250px;
grid-template-areas: "head head"
"nav main"
"nav foot";
grid-template-rows: 50px 1fr 30px;
grid-template-columns: 150px 1fr;
}
#page > header {
grid-area: head;
background-color: #8ca0ff;
}
#page > nav {
grid-area: nav;
background-color: #ffa08c;
}
#page > main {
grid-area: main;
background-color: #ffff64;
}
#page > footer {
grid-area: foot;
background-color: #8cffa0;
}
Also in CSS:
- Title
- css animated background
- Category
- CSS
- Title
- css rules only for mozilla
- Category
- CSS
- Title
- css padding
- Category
- CSS
- Title
- css flex property
- Category
- CSS
- Title
- nth of type for every 4th after the 1st
- Category
- CSS
- Title
- font weight css
- Category
- CSS
- Title
- sweet alert
- Category
- CSS
- Title
- image rotate css
- Category
- CSS
- Title
- how to use attribute selectors in css
- Category
- CSS
- Title
- no repeat background
- Category
- CSS
- Title
- hide in css
- Category
- CSS
- Title
- css color gradient background full height
- Category
- CSS
- Title
- how long ago was 1993 years
- Category
- CSS
- Title
- how to style body using css
- Category
- CSS
- Title
- jquery css importnat
- Category
- CSS
- Title
- open sublime text 3 from terminal mac
- Category
- CSS
- Title
- how to center with position fixed
- Category
- CSS
- Title
- text-decoration css
- Category
- CSS
- Title
- css ripple effect
- Category
- CSS
- Title
- text underline hover css
- Category
- CSS
- Title
- how to change color of svg with css
- Category
- CSS
- Title
- stop text from wrapping
- Category
- CSS
- Title
- css animations examples
- Category
- CSS
- Title
- css shadow generator
- Category
- CSS
- Title
- vh in css
- Category
- CSS
- Title
- css styling
- Category
- CSS
- Title
- how to css after elements for background overlays
- Category
- CSS
- Title
- how to call an id in css
- Category
- CSS
- Title
- css how to stop screen from left and right
- Category
- CSS
- Title
- jquery add external css to head
- Category
- CSS
- Title
- css first
- Category
- CSS
- Title
- css change text size
- Category
- CSS
- Title
- background color using css
- Category
- CSS
- Title
- skeleton loader css
- Category
- CSS
- Title
- css border
- Category
- CSS
- Title
- css backdrop filter
- Category
- CSS
- Title
- css first h element
- Category
- CSS
- Title
- css box shadow not on bottom
- Category
- CSS
- Title
- comment out css inline
- Category
- CSS
- Title
- print media query css
- Category
- CSS
- Title
- affect top div opacity without affecting childrne
- Category
- CSS
- Title
- png shadow css
- Category
- CSS
- Title
- apply width and height to td css
- Category
- CSS
- Title
- javascript modify css
- Category
- CSS
- Title
- react native tutorial
- Category
- CSS
- Title
- how to center placeholdr text
- Category
- CSS
- Title
- access lamp folder using terminal mac
- Category
- CSS
- Title
- how to add css file in wordpress
- Category
- CSS
- Title
- a active css
- Category
- CSS
- Title
- css disable mouse events
- Category
- CSS
- Title
- como configurar los estilos para utilizar angular material
- Category
- CSS
- Title
- react import css
- Category
- CSS
- Title
- sass mixin
- Category
- CSS
- Title
- css text line in middle
- Category
- CSS
- Title
- text shadow css generator
- Category
- CSS
- Title
- css selenium
- Category
- CSS
- Title
- link css file in html
- Category
- CSS
- Title
- anchor links scrolling too far
- Category
- CSS
- Title
- css last child with class
- Category
- CSS
- Title
- css fill div with background image
- Category
- CSS
- Title
- how to margin placeholdr text
- Category
- CSS
- Title
- print zend db select query to string
- Category
- CSS
- Title
- how rotate infinity css
- Category
- CSS
- Title
- how to style an hr tag
- Category
- CSS
- Title
- edit css jquery
- Category
- CSS
- Title
- font awesome icons link
- Category
- CSS
- Title
- move bullets in css
- Category
- CSS
- Title
- @media css
- Category
- CSS
- Title
- Jquery .css
- Category
- CSS
- Title
- css comment
- Category
- CSS
- Title
- animation shorthand css
- Category
- CSS
- Title
- css background image not showing
- Category
- CSS
- Title
- scale textarea
- Category
- CSS
- Title
- external css
- Category
- CSS
- Title
- How to resize an background image to fit in the browser window?
- Category
- CSS
- Title
- position sticky css
- Category
- CSS
- Title
- how to clear floats
- Category
- CSS
- Title
- css hide element
- Category
- CSS
- Title
- css text small caps
- Category
- CSS
- Title
- font-weight css
- Category
- CSS
- Title
- css center text
- Category
- CSS
- Title
- css change text color
- Category
- CSS
- Title
- css before is not working
- Category
- CSS
- Title
- css comment tag
- Category
- CSS
- Title
- installer scss projet wordpress
- Category
- CSS
- Title
- word spacing css
- Category
- CSS
- Title
- css no overflow
- Category
- CSS
- Title
- avd device reboot
- Category
- CSS
- Title
- repeat autofill css grid minmax
- Category
- CSS
- Title
- flexbox align center vertically
- Category
- CSS
- Title
- font condensed
- Category
- CSS
- Title
- add css file in html
- Category
- CSS
- Title
- css subclass
- Category
- CSS
- Title
- css border radius
- Category
- CSS
- Title
- remove blue border on a input
- Category
- CSS
- Title
- responsive images css
- Category
- CSS
- Title
- css odd even child
- Category
- CSS
- Title
- make a underline with ::before css
- Category
- CSS
- Title
- image position css
- Category
- CSS
- Title
- css input after not working
- Category
- CSS