20 lines
999 B
HTML
20 lines
999 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Watercolor Layers • Adalberto Tolosa</title>
|
||
|
|
<style>
|
||
|
|
body { font-family: Georgia, serif; max-width: 720px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #111; color: #ddd; }
|
||
|
|
h1 { font-size: 2em; border-bottom: 1px solid #444; padding-bottom: 10px; }
|
||
|
|
.texture { color: #aaa; font-style: italic; }
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Watercolor Layers</h1>
|
||
|
|
<p class="texture">Nicaraguan mornings: café con leche steam rising like pigment settling on cold-press paper.</p>
|
||
|
|
<p>Late-night sessions blend cobalt with memories of Managua markets—each wash a quiet checklist for the soul.</p>
|
||
|
|
<p>Texture: paper tooth catches the brush exactly as formulas anchor a clean ledger.</p>
|
||
|
|
</body>
|
||
|
|
</html>
|