Important Announcement
PubHTML5 Scheduled Server Maintenance on (GMT) Sunday, June 26th, 2:00 am - 8:00 am.
PubHTML5 site will be inoperative during the times indicated!

Home Explore CSS Grid Layout

CSS Grid Layout

Published by Luiz Pires, 2022-09-23 02:41:59

Description: CSS Grid Layout

Search

Read the Text Version

CSS GRID LAYOUT GRID-TEMPLATE: COLUMNS | ROWS gap 10px 5px 10px ••• •• • •• • • ••• •• • •• • • • • •• • • • • •• • • grid-template-columns 1fr 1fr 1fr auto auto repeat(4, 1fr)min-content max-content 1fr ••• •• •• • • ••• •• • •• • ••• •• • • • ••• •• • • • • • • •• • •• •• • • •••• • •• • • •• • •• grid-template-rows 1fr 1fr repeat(3, 10px)10px auto 10px ••• •• • •• • ••• •• • •• • ••• •• • •• • • • • • • • •• •• •• GRID: COLUMN | ROW grid-column 2 / 4 1 / -1 3 span 3 ••• •• • • ••• ••• •• • • ••• •• • •• • •• • •• • •• • •• • ••• •••• ••• •••• grid-row 2 2/5 3 span 2 ••• •• • • ••• •• • • ••• •• • • ••• •• • •• • •• • • •• • • • • • • • • • •• • • • • •

grid-area 2/3 3/2 ••• •• • • ••• •• • • •• • •• • •• • • • • • • • • •• • • • ••• ALIGN-CONTENT | JUSTIFY-CONTENT align-content start center end stretch space-between ••• •• • •• • • ••• •• • •• • • ••• •• • •• • • ••• •• • •• • • ••• •• • •• • • • •• • •• • •• • •• • •• • •• • •• • •• • •• • •• space-around space-evenly ••• •• • •• • • ••• •• • •• • • • •• • •• • •• • •• justify-content start center end stretch space-between ••• •• • •• • • ••• •• • •• • • ••• •• • •• • • ••• •• • •• • • ••• •• • •• • • • •• • •• • •• • •• • •• • • •• •• • •• • • •• •• space-around space-evenly ••• •• • •• • • ••• •• • •• • • • •• • •• • •• • •• place-content start center end stretch space-between ••• •• • •• • • ••• •• • •• • • ••• •• • •• • • • •• • •• • •• ••• •• • •• • • ••• •• • •• • • • •• • •• • •• • •• • •• • •• • •• space-around space-evenly ••• •• • •• • • ••• •• • •• • • • •• • •• • •• • •• ALIGN-ITEMS | JUSTIFY-ITEMS

align-items start center end stretch ••• •• • ••• ••• ••• •• • •• •• •• • •• •• • • • •• • • •• •• •• •• justify-items start center end stretch ••• •• • •• • ••• •• • •• • ••• •• • •• • ••• •• • •• • •• •• • •• • place-items start center end stretch ••• •• • •• • ••• •• • •• • ••• •• • •• • • ••• •• • •• • • •• • • • • ALIGN-SELF | JUSTIFY-SELF align-self start center end ••• •• • •• • ••• •• • ••• •• • •• • •• •• • •• •• justify-self start center end ••• •• • •• • ••• •• • •• • ••• •• • •• • •• •• •• place-self start center end ••• •• • •• • ••• •• • ••• •• • •• • •• •• • •• ••


Like this book? You can publish your book online for free in a few minutes!
Create your own flipbook