UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

22 lines (20 loc) 567 B
<div class="row"> <div class="large-6 columns"> <h4>HTML</h4> {{#markdown}} ```html <p class="panel"> <strong class="show-for-touch">You are on a touch-enabled device.</strong> <strong class="hide-for-touch">You are not on a touch-enabled device.</strong> </p> ``` {{/markdown}} </div> <div class="large-6 columns"> <h4>Rendered HTML</h4> <p class="panel"> <strong class="show-for-touch">You are on a touch-enabled device.</strong> <strong class="hide-for-touch">You are not on a touch-enabled device.</strong> </p> </div> </div>