0
I need the site to be all responsive.
I’m wearing a bootstrap.
the way it is in the image below:
--> my HTML code<--
<div class="col-sm-4 ">
<div class="">
<img class="img-responsive" src="assets/images/menufixo-logo.png" alt="">
</div>
</div>
<div class="col-sm-4 ">
<div class="porduct-box">
<img class="img-responsive" src="assets/images/redes.png" alt="">
</div>
</div>
<div class="col-sm-4">
<div class="porduct-box">
<img class="img-responsive" src="assets/images/menufixo-login.png" alt="product">
</div>
</div>
</div>
How is the structure of your HTML?
– bfavaretto
is the basic, all inside the container. This attached image is not html, just a photo
– Rosiene Carvalho
Enter the code you have...
– MagicHat
put in question
– Rosiene Carvalho
Bootstrap is a framework that is an excellent ally of responsiveness, current need of the Web, to be able to reach all the smart devices of today. Responsiveness is based on the grid system. Columns/blocks that position and shape change according to screen/container size. I suggest this article may be useful. And it is in English. http://websocialdev.com/understanding/
– Daniell Mesquita