Update css-grid.md

Line 42 -  grid-tamplate-areas to grid-template-areas
This commit is contained in:
Andy Hunt 2019-02-05 13:16:48 -05:00 committed by GitHub
parent fa16f8134c
commit 376563ba4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ prism_languages: [css]
```css
/* Areas */
grid-tamplate-areas:
grid-template-areas:
"header header"
"main aside"
"footer footer"; /* Grid-style */
@ -252,4 +252,4 @@ prism_languages: [css]
* [GRID: A simple visual cheatsheet](http://grid.malven.co/)
* [CSS Tricks: A Complete Guide to Grid](https://css-tricks.com/snippets/css/complete-guide-grid/)
* [Browser support](https://caniuse.com/#feat=css-grid)