Skip to content
Snippets Groups Projects
Commit 9ccf9903 authored by Rhys Evans's avatar Rhys Evans
Browse files

added todo, header and footer must be implemented within CSS Grid

parent 8ce5974a
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,7 @@ ...@@ -109,6 +109,7 @@
display:grid; display:grid;
grid-template-columns: 50% 50%; grid-template-columns: 50% 50%;
grid-template-rows: auto; grid-template-rows: auto;
/*todo header and footer contrainer*/
grid-template-areas: grid-template-areas:
"title1 title1" "title1 title1"
"title2 title2" "title2 title2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment