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
Responsive H1
Supporting Heading
Paragraph text scaled with rem units.
:root { font-size: 100%; /* 16px default */; } body { font-size: 1rem; /* 16px */; } h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); } h2 { font-size: 2rem; } p { font-size: 1.125rem; }