Skip to content

Instantly share code, notes, and snippets.

@devstar0209
Created March 15, 2024 02:19
Show Gist options
  • Save devstar0209/2edc62e69f548347e6956d2529386756 to your computer and use it in GitHub Desktop.
Save devstar0209/2edc62e69f548347e6956d2529386756 to your computer and use it in GitHub Desktop.
Add red * for a required input field
.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