<div class="cinema">
<div class="cinema__text">Скоро в кино</div>
<div class="cinema__line"></div>
<div class="cinema__button"><button>Смотреть все</button></div>
</div>
.cinema {
width: 1000px;
margin: 0 auto;
}
.cinema__line {
background-color:#263238;
width: 400px;
display: inline-block;
height:1px;
vertical-align: middle;
}
.cinema__button {
display: inline-block;
width: 100px;
}
.cinema__text {
display: inline-block;
width:100px;
}
Далее уже начинается то что дизайн сделан не по разметке bootstrap
И Почти всегда он негодует по поводу Bootstrap,объясняя все тем,что много лишних классов,всего лишнего,не понятного
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
height: 142px; /* .push must be the same height as .footer */
}
/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/