How to make website (made by using HTML and CSS only) fit to size in mobile without bootstrap?
I have tried using the following tag in HTML :-
meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"
I want to know whether I have to write a code in CSS too to help achieve my goal.
Thanks in advance !