Skip to content

Instantly share code, notes, and snippets.

@SantoshCode
Created February 28, 2022 14:35
Show Gist options
  • Save SantoshCode/b86a34add7ad4559e3e627eedc6c47c3 to your computer and use it in GitHub Desktop.
Save SantoshCode/b86a34add7ad4559e3e627eedc6c47c3 to your computer and use it in GitHub Desktop.
custom checkbox
.checkbox-classname{
  border: 1px solid rgba(86, 52, 194, 1);
                                                    -moz-appearance:none;
                                                    -webkit-appearance:none;
                                                    -o-appearance:none;
                                                    padding: 20px;
                                                    box-sizing: border-box;
                                                    border-radius: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment