Skip to content

Instantly share code, notes, and snippets.

@liliy617
liliy617 / index.html
Created April 3, 2026 12:03
Untitled
<!DOCTYPE html>
<html lang="uk">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Портфоліо Лілі Заїки</title>
<style>
body { font-family: 'Segoe UI', Arial, sans-serif; background-color: #f4f7f6; color: #333; margin: 0; padding: 20px; line-height: 1.6; }
.container { max-width: 500px; margin: 0 auto; background: white; border-radius: 25px; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
.header { background: linear-gradient(135deg, #0057b7 0%, #ffd700 100%); padding: 40px 20px; text-align: center; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); }