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