How to do a <div> inside another to follow your grow without to pass of her. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to do a <div> inside another to follow your grow without to pass of her.

I trying to do a page responsive. However, not work in differents sizes of screens. I want that the grow to be more uniforme on screen. My code: <div class=container> <div class="col-md-12" > <div class="col-md-12"> <div class="col-md-8"> <div class="col-md-12" style="background: red; height: 25%"></div> <div class="col-md-12 style="background: yellow; height: 25%""> <!-- Here I want a image background--> </div> <div class="col-md-12" style="background: yellow; height: 25 page of exemplo base: http://qlip.in/ my page: http://image.ibb.co/k5YwZR/Sketch.png

30th Jan 2018, 3:20 PM
Juliana Rodrigues
Juliana Rodrigues - avatar
2 Answers
+ 2
Use div id's and you can put one inside the other if I am understanding your question right
30th Jan 2018, 3:02 PM
Memphis Reigns
Memphis Reigns - avatar
+ 1
I want that the content of the inside not pass of the div of outside. How this page here: http://qlip.in/
30th Jan 2018, 3:17 PM
Juliana Rodrigues
Juliana Rodrigues - avatar