Page Structure
| Element | Use |
|---|---|
| Bloc | Full-width section container |
| Row | Horizontal container within a bloc |
| Column | Vertical division within a row |
| Widget | UI component (text, image, button) |
| Custom class | Reusable style definition |
Breakpoints
| Breakpoint | Width |
|---|---|
| Desktop | > 1024px |
| Tablet | 768-1024px |
| Phone Landscape | 576-767px |
| Phone Portrait | < 576px |
Export & Publishing
| Option | Description |
|---|---|
| Export to folder | Static HTML/CSS/JS files |
| FTP upload | Direct publish via FTP/SFTP |
| GitHub Pages | Push to repository |
| Custom domain | Configure in project settings |