# Sass vs CSS ## CSS (Cascading Style Sheets) The standard styling language browsers understand natively. ```css .button { background-color: #3498db; padding: 10px 20px; } .button:hover { back