grid-template # 13

grid-template

grid-template property is the shorthand of the following …

  • grid-template-rows
  • grid-template-columns
  • grid-template-areas








Code example

grid-template:
    'header header header header header header'
    'menu main main main right right'
    'menu footer footer footer footer footer';

Previous PostNext Post

Post a Comment

Previous Post Next Post