Skip to content

Instantly share code, notes, and snippets.

View RaulRodriguezDev's full-sized avatar

Raul Rodriguez RaulRodriguezDev

View GitHub Profile
@RaulRodriguezDev
RaulRodriguezDev / agenda_app_styles.css
Created July 11, 2025 09:28
Complete stylesheet to add modern styles with responsive design and custom styles for dark and light theme
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
button {
background: none;
border: none;
appearance: none;