Floating label

Github Page

Outcomes:

Static state

Hover state

Focus state

De-focus state


Potential issues


Example

Code

Markup
<div class="floating-label">
  <input class="floating-label__field" type="text" placeholder="First Name" id="text1" required>
  <label class="floating-label__label" for="text1">First Name</label>
</div>

Github Page