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
Welcome!
This card mixes HTML structure with CSS styling.
Learn more
body { font-family: Arial, sans-serif; background-color: #f3f6f9; margin: 0; } section { max-width: 500px; margin: 60px auto; background: white; padding: 24px; border-radius: 6px; } h1 { color: #04AA6D; } button { background:#04AA6D; color:white; border:none; padding:10px 18px; border-radius:4px; }