Skip to content

Instantly share code, notes, and snippets.

@Adria87
Adria87 / flexbox-cheatsheet.md
Created December 18, 2018 11:16
[Flexbox cheatsheet] #flex
<!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; }