@paolas771Submitted about 3 years ago
My first challenge. Any tips on resizing elements so it still looks good when shrinking other than having to fix it at every screen size. Any other feedback on my coding is appreciated!
My first challenge. Any tips on resizing elements so it still looks good when shrinking other than having to fix it at every screen size. Any other feedback on my coding is appreciated!
Great job completing it! To answer your question, you could try setting a minimum width on your container so that it can't shrink to a size that can't fit all of the content inside of it. You can also try making it a flex container so that even as your screen grows and shrinks in between your responsive breakpoints, the space between your content adjusts accordingly.