Skip to content

Instantly share code, notes, and snippets.

View geekelo's full-sized avatar
👩‍💻
Embracing the potential for new opportunities

Eloghene Otiede geekelo

👩‍💻
Embracing the potential for new opportunities
View GitHub Profile
@geekelo
geekelo / example1.css
Last active January 2, 2024 09:18
Styling Checkboxes
input[type=checkbox] {
position: relative;
border: 2px solid #000;
border-radius: 2px;
background: none;
cursor: pointer;
line-height: 0;
margin: 0 .6em 0 0;
outline: 0;
padding: 0 !important;