mardi 20 septembre 2016

Center text besides custom textbox

I have a custom styled checkbox, see this JSFiddle:

http://ift.tt/2cqIwdL

My HTML looks like this:

<label class="checkbox">
  <input type="checkbox" />
  <span>Lorem ipsum</span>
</label>

Now I want my text to be vertically centered in relation to the checkbox, how can I achieve this?




Aucun commentaire:

Enregistrer un commentaire