Flexbox changes a container's child elements into inline, flexible elements
Flexbox is a single-direction layout concept -- direction can be either column or row
Flexbox changes a container's child elements into inline, flexible elements
Flexbox is a single-direction layout concept -- direction can be either column or row
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>BrickWords - Politica de Privacidad</title> | |
| <style> | |
| body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 700px; margin: 40px auto; padding: 0 20px; line-height: 1.6; color: #333; } | |
| h1 { color: #1a1a1a; } | |
| h2 { color: #444; margin-top: 2em; } |