Created
April 19, 2018 14:10
-
-
Save madeas/f3b6a238886fabfe1224b9f96299c054 to your computer and use it in GitHub Desktop.
fragment jsfiddle-layouts.css
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
<!-- jsfiddle-layouts.css --> | |
<div class="rec invers"> | |
<em>Recommended layout</em> | |
<div class="layout"> | |
<label> | |
<input name="editor_mode" type="radio" value="grid_4"> | |
<span class="gridMode grid_4"></span> | |
Right results | |
</label> | |
</div> | |
</div> | |
<!--/ jsfiddle-layouts.css --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment