@dobravazaSubmitted over 2 years ago
Guys, can you tell me how can I make this site responsive? Any feedback? What can I improve?
Guys, can you tell me how can I make this site responsive? Any feedback? What can I improve?
Here are some resources for the things that can be improved in your code:
This was a fairly easy HTML and CSS task. One problem I did have with it though is finding a really perfect way to center the main elements. What is the best way to center elements? also, what is the best way to move around elements in general? I notice that "position: absolute" and "position: relative" isn't very good because when the screen is resized, elements tend to move in a scattered state.
Hey Okera,
Positioning elements might seem difficult at first but once you understand flexbox and grid layout, you'll see that it's way easier than you thought.