I would want to place the red rectangle in the yellow rectangle in this image, but I can't figure out how. HTML (I'm using bootstrap):
<div class="col-md-3"></div>
<div id="pageContent" class="alert alert-primary col-12 col-sm-8 col-md-9">
</div>
And here is my css:
#pageContent {
margin: auto;
margin-top: 8%;
height: 500px;
}
Could you help me please ? :p