A Pen by Constantin on CodePen.
https://dailyui.co/ #002
A Pen by Fabio Ottaviani on CodePen.
This is a UX design for a product page and again minimalism is key here so that the focus is all on the product images.
A Pen by Sofiya Shakeel on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div> | |
| <input id="passInput" type="password" placeholder="Enter password"> | |
| <p> | |
| Password should contain at least | |
| <span id="length" class="invalid">8 characters</span>, | |
| <span id="capital" class="invalid">1 upper case letter</span>, | |
| <span id="letter" class="invalid">1 lower case letter</span>, | |
| <span id="number" class="invalid">1 number</span>, and | |
| <span id="character" class="invalid">1 special character</span> | |
| </p> |
OlderNewer