Skip to content

Instantly share code, notes, and snippets.

View ugumerie's full-sized avatar
👑
Favoured

Ugochukwu Umerie ugumerie

👑
Favoured
View GitHub Profile
@ugumerie
ugumerie / index.html
Created June 29, 2017 00:15
Awesome form label used by modern websites
<body>
<!--Form-->
<form class="awesome-form">
<div class="input-group">
<input type="text" />
<label>Your Full Name</label>
</div>
<div class="input-group">
<input type="email" />
@ugumerie
ugumerie / A - CustomCheckbox.JPG
Last active July 3, 2017 09:51
Custom Checkbox - Just CSS no Javascript and some CSS animations when clicked to check
A - CustomCheckbox.JPG