Created
September 16, 2014 18:05
-
-
Save guigarage/8c97bfc084e40546eae6 to your computer and use it in GitHub Desktop.
responsive design html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="visible-xs">...<div> <!--extra small--> | |
<div class="visible-sm">...<div> <!--small--> | |
<div class="visible-md">...<div> <!--medium--> | |
<div class="visible-lg">...<div> <!--large--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment