Skip to content

Instantly share code, notes, and snippets.

@lzcabrera
Last active February 13, 2017 14:03
Show Gist options
  • Save lzcabrera/4424276 to your computer and use it in GitHub Desktop.
Save lzcabrera/4424276 to your computer and use it in GitHub Desktop.
debugging foundation zurb snippet
<!-- begin: for debugging only -->
<div id="fqv" style="position:fixed;top:4px;left:4px;z-index:999;color:#fff;">
<p style="font-size:12px;background:rgba(0,0,0,0.75);padding:5px;margin-bottom:1px;line-height:1.2;">
<span class="left">Media:</span>
<span style="font-weight:bold;" class="show-for-xlarge">Extra Large</span><span style="font-weight:bold;" class="show-for-large">Large</span>
<span style="font-weight:bold;" class="show-for-medium">Medium</span>
<span style="font-weight:bold;" class="show-for-small">Small</span>
<span style="font-weight:bold;" class="show-for-landscape">Landscape</span>
<span style="font-weight:bold;" class="show-for-portrait">Portrait</span>
<span style="font-weight:bold;" class="show-for-touch">Touch</span>
</p>
</div>
<!-- end: for debugging only -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment