"Responsive css"
Bootstrap 3.3.0 Snippet by quaisar

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>Responsive.css</h2> </div> </div>
@charset "utf-8"; /* CSS Document */ /* ========================================================================== Media Queries ========================================================================== */ @media only screen and (max-width: 1400px) { } @media only screen and (min-width: 992px) and (max-width: 1200px) { } @media only screen and (min-width: 768px) and (max-width: 991px) { /****Ipad Portrait 768 Container 724 ****/ } @media only screen and (max-width: 767px) { /****Mobile Landscape 480 Container 100% ****/ } @media only screen and (max-width: 479px) { /****Mobile Portrait 320 ****/ }

Related: See More


Questions / Comments: