I am developing a site for my class project, and now I am encountering a big problem to make it adjustable for small screens (phones), I was advised to use bootstrap, but I I have already finished the project, I wonder if someone can help me adapt it, here is the link to download the files from the site it only contains CSS and HTML files here it IS the link to download it text
I tried to make the Information page responsive, I think it’s the only one that’s fixed.
2
Answers
first learn the basic of the css then make a site, What is media query here you can learn about css, you should always ask about the problems u face but not the whole project u have, you should not expect someone else to solve your problem.
I strongly recommend you to use the code text that brings stackoverflow instead of downloading a file. People may not trust in opening the file.
Apart from that, media query, as @daveUI told is a very important thing of css however you should start from the basics, for example, I’m studying web developement and our roadmap is this one:
basics of css and html > advance css > sass > bootstrap
you may consider that. I give you a simple example of media query