Created
March 15, 2024 02:19
-
-
Save devstar0209/2edc62e69f548347e6956d2529386756 to your computer and use it in GitHub Desktop.
Add red * for a required input field
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
.required : after{ | |
content:'*'; | |
color:red; | |
padding-left: 2px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment