@Andro87
Posted
Hi Joseph5404!
Great job in completing this challenge!
To improve your solution you can:
-
Use max-width and margin: auto properties in your main container. For example, for the max-width property, you can write
{ max-width: 90% }
for small devices and{ max-width:52rem}
for bigger ones ; -
Use grid-template-areas and grid-area properties for placing elements using named template areas.
Here there is a link that can help you: Css-tricks: grid-templat-area
Hope this will help you!
Happy coding!
Marked as helpful