Skip to content

Instantly share code, notes, and snippets.

@enricopolanski
Created February 26, 2018 22:11
Show Gist options
  • Save enricopolanski/d7063e40bf8664bfb1da08a3acc5643d to your computer and use it in GitHub Desktop.
Save enricopolanski/d7063e40bf8664bfb1da08a3acc5643d to your computer and use it in GitHub Desktop.
<div class="studiesBoxInner">
<div class="checkBoxContainer">
<input type="checkbox" id="coding" name="interest" value="coding">
<label for="coding">Learn the C Programming Language till pointers</label>
</div>
</div>
<div class="studiesBoxInner">
<div class="checkBoxContainer">
<input type="checkbox" id="algos" name="interest" value="coding">
<label for="algos">Study Algos and Data Structures</label>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment