@Chinex4Submitted over 1 year ago
This helped me alot in understanding CSS grid layout
This helped me alot in understanding CSS grid layout
Is this the final output? It looks to me that you didn't implemented responsive layout on this challenge. I don't see any @media
query in the source code.
Did I make this responsive according to best practice? Are my naming conventions readable for the reviewer?
Here's a few noticeable:
height
for the class name .outside-right-container
, that section will have a dynamic content I assume, height: auto
I guess is okay.width
for example in the main
you could have width: 100%;max-width: 400px;
for better scalability.