CSS for responsive website
Hello,
I am designing a new web page. I have always used one css file for the computer version and another one for the mobile version. The fact is that this time I want to create a web 100% responsive, so that it is able to adapt to different screens without having to change files.
For this I have implemented layers with minimum size and maximum size 100% of the screen, but in some layers I need to have a fixed size depending on the size of the screen. Do you know if there is a directive with which you can put a fixed size in front of the size of the screen?
Thank you in advance.