-3
Can someone help me put on the site I’m developing what they say to be Responsive, that is, when I access through a smarthphone the website fits to the smartphone and if minimize the browser window on the desktop/laptop the website fit to it?
What I saw was this style: http://www.w3schools.com/html/html_responsive.asp
But I wanted to for my site and I’m not able to place, the site adjusts to the size of the window in which it is to be viewed.
Greetings and Thank You
One framework I advise is Bootstrap. It’s very productive. More information at: http://getbootstrap.com/
– Carlos Andrade
Here is young padawam: Comparison table between CSS frameworks. Study you must.
– ShutUpMagda
Leaving a responsive website would fit in a book the level of explanation, which is not the purpose of this site.
– Asura Khan
Search on Media queries, so you can adjust the layout according to the resolution you want, and with various media queries according to each breaking point of the code. https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/CSS_Media_queries
– Cotts