Run ❯
Get your own website
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
HTML
CSS
CSS Rule Anatomy
This hero section uses a selector and declarations for background, color, and padding.
section.hero { background: #0f172a; color: #fff; padding: 80px 24px; }