заменил розовый на зелёный

This commit is contained in:
Dauren777 2026-06-19 05:55:20 +00:00
parent f32572d15f
commit 8b2fc82854

View File

@ -5,11 +5,11 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>KidsLand</title>
<style>
:root{--ink:#0F1218;--cyan:#00E5FF;--cyan-50:#E8FCFF;--white:#fff;--gray-500:#5B6573;--gray-100:#F2F4F7;--pink:#FF6B9D;--yellow:#FFD93D;--green:#6BCB77;--purple:#9B59B6}
:root{--ink:#0F1218;--cyan:#00E5FF;--cyan-50:#E8FCFF;--white:#fff;--gray-500:#5B6573;--gray-100:#F2F4F7;--yellow:#FFD93D;--green:#6BCB77;--purple:#9B59B6}
*{box-sizing:border-box;margin:0;padding:0}
body{font:17px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,sans-serif;color:var(--ink);background:var(--white)}
.container{max-width:1140px;margin:0 auto;padding:80px 24px}
.hero{background:linear-gradient(135deg, var(--purple), var(--pink));color:var(--white);text-align:center}
.hero{background:linear-gradient(135deg, var(--purple), var(--green));color:var(--white);text-align:center}
.hero h1{font-size:64px;font-weight:800;line-height:1.05;margin-bottom:16px}
.hero .emoji-big{font-size:80px;display:block;margin-bottom:8px}
.hero p{font-size:22px;color:rgba(255,255,255,.85);max-width:500px;margin:0 auto 32px}
@ -24,7 +24,7 @@ body{font:17px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,s
.card .icon{font-size:48px;display:block;margin-bottom:16px}
.card h3{font-size:22px;font-weight:700;margin-bottom:12px}
.card p{color:var(--gray-500);font-size:15px}
.card:nth-child(1){border-bottom:4px solid var(--pink)}
.card:nth-child(1){border-bottom:4px solid var(--green)}
.card:nth-child(2){border-bottom:4px solid var(--yellow)}
.card:nth-child(3){border-bottom:4px solid var(--green)}
.contact{background:var(--cyan-50);text-align:center}