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
Course Outline
HTML Basics
CSS Essentials
Responsive Layouts
Module
Duration
Getting Started
2 hrs
Flexbox & Grid
3 hrs
body { font-family: "Segoe UI" , sans-serif; padding: 48px; background: #eef2ff; } ul { list-style: square; } table { margin-top: 32px; border-collapse: collapse; width: 100%; max-width: 640px; background: #fff; } th, td { border: 1px solid #d9e2ec; padding: 12px 16px; text-align: left; } th { background: #6366f1; color: #fff; }