ratio bootstrap

Solutions on MaxInterview for ratio bootstrap by the best coders in the world

showing results for - "ratio bootstrap"
Lucas
28 Apr 2016
1<div class="ratio ratio-1x1">
2  <div>1x1</div>
3</div>
4<div class="ratio ratio-4x3">
5  <div>4x3</div>
6</div>
7<div class="ratio ratio-16x9">
8  <div>16x9</div>
9</div>
10<div class="ratio ratio-21x9">
11  <div>21x9</div>
12</div>