row class in bootstrap
/*
In Bootstrap, the "row" class is used mainly to hold columns in it.
Bootstrap divides each row into a grid of 12 virtual columns.
In the following example, the col-md-6 div will have the width of 6/12 of the "row"s div, meaning 50%.
The col-md-4 will hold 33.3%, and the col-md-2 will hold the remaining 16.66%.
*/
<div class="row">
<div class="col-md-6"></div>
<div class="col-md-4"></div>
<div class="col-md-2"></div>
</div>.col-sm-3half, .col-sm-8half {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 768px) {
.col-sm-3half, .col-sm-8half {
float: left;
}
.col-sm-3half {
width: 29.16666667%;
}
.col-sm-8half {
width: 70.83333333%;
}
}
Also in CSS:
- html dim entire screen
- how to change height font css
- css flex content right
- Uncaught SyntaxError: Unexpected token '.' inside scss file
- css align center vertical and horizontal
- truncate text css
- Jquery .css
- css rounded corners
- bind css
- media queries css not working for mobile
- css system default font
- sass mixin
- css clear both
- print media query css
- general sibling selector
- css dropdown
- position sticky css
- make an image size down to accommodate screen size
- how do i link my css to my html
- selecting last child css
- on hover css
- texto com tamanho maximo ler mais html
- how do you center buttons in css
- css tricks media queries