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
Declarations Example
This body element uses font, line-height, and background declarations.
body { font-family: "Inter" , sans-serif; line-height: 1.7; background-color: #f4f6fb; }