karthikeya pvs
@karthik5860All comments
- @Ady209Submitted about 2 years ago@karthik5860Posted about 2 years ago
Hello Aditya I am a beginner developer so it may not be professional but here are some suggestions I can think of:
1.You can make your solution more responsive by using @media screen and (max-width: screen size) by replacing screen size with the size you need. When max-width or max-length is below that size your code can be changes. You can find more information here: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
2.If you want to better control on your div you can use either flexbox(https://www.w3schools.com/css/css3_flexbox.asp) or grid(https://www.w3schools.com/css/css_grid.asp)
3.This suggestion I got it from @correlucas that is to use <picture> tag you can find it here: https://www.w3schools.com/tags/tag_picture.asp
That's all the suggestion which I can think of as a beginner hope that can help you. PS :If you want to check for html errors before posting you can do this using this https://validator.w3.org/
0