stephenjbell

Zurb Foundation - Show what size you're currently in

Aug 26th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.33 KB | None | 0 0
  1. <div style="background-color:#feb;font-size:2em;position:fixed;bottom:0;right:0;">
  2.     <div class="show-for-small-only">small</div>
  3.     <div class="show-for-medium-only">medium</div>
  4.     <div class="show-for-large-only">large</div>
  5.     <div class="show-for-xlarge-only">xlarge</div>
  6.     <div class="show-for-xxlarge-only">xxlarge</div>
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment