Skip to content

Instantly share code, notes, and snippets.

View ShaugatAshraf's full-sized avatar

ShaugatAshraf

View GitHub Profile
@ShaugatAshraf
ShaugatAshraf / status.json
Last active October 8, 2025 09:56
Now bar
{
"location": "Dhaka",
"working": "FluentCart Beta",
"reading": "Only when"
}
@ShaugatAshraf
ShaugatAshraf / Radio-button.css
Created February 12, 2025 09:55
Radio button CSS
/* Styles each form input option for a specific Fluent Form */
.fluent_form_FF_ID .ff-el-form-check {
margin-bottom: 10px; /* Spacing between options */
background-color: #A6DE9B; /* Light green background */
padding: 10px;
border-radius: 100px;
cursor: pointer; /* Indicates the element can be interacted with */
transition: background-color 0.3s; /* Smooth transition for hover and selection */
}