Grid-area, why is my header not spanning across both areas?
https://github.com/callum-laing/react-first-app
I think I've written the code where it needs to be, however could someone please take a look and see if you can find out where I'm missing?
the header is inside Heading.jsx, which has imported inside a <header> tag in app.jsx.
I've got display:grid in index.css (I think this is the right location for it?) and I've created 3 rows, 2 columns..
I think I've written the code where it needs to be, however could someone please take a look and see if you can find out where I'm missing?
the header is inside Heading.jsx, which has imported inside a <header> tag in app.jsx.
I've got display:grid in index.css (I think this is the right location for it?) and I've created 3 rows, 2 columns..
GitHub
Contribute to callum-laing/react-first-app development by creating an account on GitHub.
