- 1
How can i create a web page using HTML and CSS for both Mobile and PC?
How can i make my site both for mobile and pc?
4 Réponses
+ 1
The easiest solution, at long term, is certainly to learn and be skilled to well-tested css frameworks (less or more helped by dedicated js parts), even if I personally prefer handling all by myself and reinvent the wheel (but I'm only coding for my pleasure and providing food for my mind, not for a boss or clients in purpose of earning money -- even if I'm missing money major of my life time :P)
0
You can Use Bootstrap for making webpages responsive. Bootstrap is a CSS Framework, allowing you to make responsive web pages. But I personally use JavaScript.
0
Taranjeet in between a css framework and use of javascript, there's the vanilla css way, using relative units and media queries ;)
0
visph I too don't use frameworks. I was trying to give an easier solution. I generally use vanilla CSS and vanilla JavaScript