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 layout
Semantic HTML
Accessible components
.features { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; } .features li { padding: 16px 20px; background: #fff; border-radius: 12px; box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08); } .features li::before { content: "✓"; color: #04AA6D; margin-right: 12px; }