Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build Complex Layouts with CSS Grid Layout, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:16
    Get up and running with CSS Grid Layout
  • Урок 2. 00:03:14
    Place grid items on a grid using grid-column and grid-row
  • Урок 3. 00:01:14
    Specify a grid gutter size with grid-gap
  • Урок 4. 00:04:46
    Describe a grid layout using named grid lines
  • Урок 5. 00:01:55
    Refer to fractions of available space with the fr unit
  • Урок 6. 00:04:41
    Describe a grid layout using grid-template-areas
  • Урок 7. 00:02:22
    Use the minmax function to specify dynamically-sized tracks
  • Урок 8. 00:03:15
    Use the repeat function to efficiently write grid-template values
  • Урок 9. 00:02:11
    Use auto-fill and auto-fit if the number of repeated grid tracks is not to be def
  • Урок 10. 00:02:40
    Change the auto-placement behaviour of grid items with grid-auto-flow
  • Урок 11. 00:02:23
    Specify the sizes of implicitly created grid tracks
  • Урок 12. 00:02:06
    Re-order the appearance of grid items using the order property
  • Урок 13. 00:01:57
    Nest a grid within a grid
  • Урок 14. 00:03:34
    Specify grid columns, rows, and areas at once with the grid-template shorthand
  • Урок 15. 00:04:10
    Specify many grid properties at once with the grid shorthand