Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 13, 2017 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/66a09b1700f66079e0c09329d896ed23 to your computer and use it in GitHub Desktop.
Save bjoerntx/66a09b1700f66079e0c09329d896ed23 to your computer and use it in GitHub Desktop.
<div class="customButtonBar">
<div class="ck-button">
<label>
<input id="bold" type="checkbox"><span><strong>Bold</strong></span>
</label>
</div>
<div class="ck-button">
<label>
<input id="italic" type="checkbox"><span><em>Italic</em></span>
</label>
</div>
<select id="fontSize">
<option value="200">10</option>
<option value="240">12</option>
<option value="320">16</option>
<option value="400">20</option>
</select>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment