Skip to content

Instantly share code, notes, and snippets.

@guigarage
Created September 16, 2014 18:05
Show Gist options
  • Save guigarage/8c97bfc084e40546eae6 to your computer and use it in GitHub Desktop.
Save guigarage/8c97bfc084e40546eae6 to your computer and use it in GitHub Desktop.
responsive design html
<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