Most voted "responsive" questions
Responsive Layout is an approach used to develop user interfaces, providing great viewing experience, easy reading, navigation and adaptability to a wide range of devices (from computer monitors to mobile phones).
Learn more…105 questions
Sort by count of
-
-3
votes1
answer112
viewsI created a non-responsive form. How do I make it responsive?
I decided to insert bootstrap, so I inserted the contents of my page inside the container class, called the bootstrap in my head and <meta name="viewport" content="width=device-width,…
-
-4
votes1
answer163
viewsHow to put html code in question
I have a block of html code and I need it here in the body of the question
-
-4
votes1
answer79
viewsMy page does not get responsive in large resolutions
In large screen resolutions the horizontal scroll bar appears on the page. I am using the entire width of my screen as code below: .slides { width: 100vw; } Follow the example: Thank you…
-
-4
votes1
answer77
viewsResponsive Design- Html
Good afternoon! So I was in sublime-text working with Responsive Design and everything. I made the design tags all right, then activated the extension that has on Google, whose extension adjusts the…
-
-4
votes2
answers60
viewsHow do I turn a site that is already ready into responsive? In the two codes below is just a page of the site to take as an example
* { margin: 0; padding: 0; } body { background-image: url("imagens/imgfundo.jpg"); background-attachment: fixed; width:…