DEV Community

Discussion on: I have started Learning WebDev Few Months Ago, Here is my website

Collapse
 
opauloantonio profile image
Paulo Antonio

Good work, I hope you enjoy your journey and keep learning.

One tip I would give is to take a look into CSS Flex or CSS Grid instead of using floats.

Also, in smaller screens your images overflow their container, you could have a better result by setting max-width: 100% on the images so that they always stay inside the parent div.

Collapse
 
proharshit profile image
Harshit Singh

Done

Some comments have been hidden by the post's author - find out more