Good morning freecodecampers i have been trying to make the porfolio home page responsive for mobile view below 768px using grid layout. But the background color isnt covering 100% height of the page
For future posts, please include the complete code for both html and css using the Help that appears after three unsuccessful attempts at a step?
If you place a curly bracket after this, and use a new body element selector for the background-color property and the value “pink”, it should work to cover the page.
Example:
.container{
properties and values as you have them
}
body{
property: value;
}
Remove the curly bracket currently below the background color so there will be success.