→ לכל המאגר

S04 · קליימורפיזם

שפות עיצוב שפת עיצוב · CSS הירו ופתיחהכרטיסיםניווט ומבנה ממתין

תלת-ממד מנופח כמו פלסטלינה: פינות סופר-עגולות, צל פנימי כפול, צבעים חיים. ידידותי ומשחקי.

מתי משתמשים: ילדים, חינוך, אונבורדינג, מוצרים כיפיים.

זה אותו עמוד ייחוס בדיוק בכל שפת עיצוב: אותו תוכן, אותו מבנה, אותה קריסה. כל מה שמשתנה בין עמוד לעמוד הוא העור, ולכן ההשוואה בין השפות היא תפוחים לתפוחים. התוכן ניטרלי בכוונה; הפונטים, הצבעים והמהלכים כאן הם מתכון פתיחה, ובפרויקט אמיתי טובעים מהם עור מלא.

הדמו

רוחב תצוגה:
פונט מכויל:
לשיחה קצרה
מה העסק עושה, בשבע מילים

כותרת שאומרת מה מקבלים

משפט תמיכה קצר שמסביר במה זה שונה ולמי זה מתאים, בלי להבטיח יותר מדי.

ויז'ואל

שלושה יתרונות

01

יתרון ראשון

שורה אחת שמסבירה במה זה עוזר ללקוח.

02

יתרון שני

עוד שורה אחת, קונקרטית, בלי סופרלטיבים.

03

יתרון שלישי

השורה השלישית סוגרת את הסט.

שלוש חבילות

בסיסית

₪2,500לא כולל מע"מ
  • עמוד אחד
  • טופס פנייה
  • חיבור לדומיין
לבחור בסיסית
הכי נבחרת

מקצועית

₪4,000לא כולל מע"מ
  • שלושה עמודים
  • טופס וואטסאפ
  • חיבור לדומיין
  • חודש ליווי
לבחור מקצועית

מורחבת

₪6,000לא כולל מע"מ
  • חמישה עמודים
  • בלוג
  • חיבור לדומיין
  • שלושה חודשי ליווי
לבחור מורחבת

נשארים בקשר

שם וטלפון, וחוזרים אליכם תוך יום עבודה.

בדמו: ארבעה פסטלים (אפרסק, מנטה, שמיים, לילך) על שמנת, כל צל בצבע הרקע של אותו כרטיס, הוויז'ואל בהירו הוא בלוב. Varela Round לכותרות כי החימר דורש פונט מעוגל.

קוד להדבקה

הקוד כאן עומד בפני עצמו. כל טוקן עיצוב נושא ברירת מחדל, מחלקות העזר של המאגר מוטמעות בו, ותגי הסקריפט מסודרים לפי הסדר הנכון. פרויקט שמגדיר --accent או --line משלו יורש אותם אוטומטית. הרכיב הזה מסתמך על dir="rtl".

פתח קובץ עצמאי ↗
הצג את הקוד כאן

CSS

/* S04 · קליימורפיזם */
.cwrap{container-type:inline-size}
.ref{--pad:clamp(20px,4cqi,64px);--s-bg:#f7f7fa;--s-surface:#fff;--s-ink:#16182b;--s-muted:#5f6278;--s-line:#e4e4ee;--s-accent:#4a3aff;--s-accent-ink:#fff;--s-r:16px;--s-ph:#dfe0ea;--s-ph-ink:#6a6d85;--s-gap:20px;
 background:var(--s-bg);color:var(--s-ink);font-family:var(--s-font,inherit);overflow:hidden;position:relative;isolation:isolate;line-height:calc(1.35 * var(--s-lh,1))}
.ref *{box-sizing:border-box}
.ref h1,.ref h2,.ref h3{font-family:var(--s-font-h,var(--s-font,inherit));font-weight:var(--s-wt-h,700);margin:0;line-height:calc(1.1 * var(--s-lh,1));color:var(--s-head,var(--s-ink))}
.ref p{margin:0;color:var(--s-muted)}
.ref a{color:inherit;text-decoration:none}
.hd{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px var(--pad);background:var(--s-hd-bg,transparent);border-bottom:var(--s-hd-line,0);position:sticky;top:0;z-index:2}
.logo{font-weight:800;font-size:calc(18px * var(--s-fz,1));display:inline-flex;align-items:center;gap:8px}
.logo::before{content:"";width:22px;height:22px;border-radius:var(--s-logo-r,6px);background:var(--s-accent);flex:none}
.nav{display:flex;gap:22px;font-size:calc(14.5px * var(--s-fz,1));font-weight:500;color:var(--s-muted)}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(24px,5cqi,64px);align-items:center;padding:clamp(40px,7cqi,96px) var(--pad);position:relative;z-index:1}
.hero-t{position:relative}
.eyebrow{display:inline-block;font-size:calc(13px * var(--s-fz,1));font-weight:600;color:var(--s-accent-txt,var(--s-accent));margin-bottom:14px}
.hero h1{font-size:calc(clamp(32px,5.2cqi,64px) * var(--s-fz,1));max-width:16ch;margin-bottom:16px}
.lead{font-size:calc(clamp(16px,1.6cqi,20px) * var(--s-fz,1));max-width:44ch;margin-bottom:26px}
.ctas{display:flex;gap:12px;flex-wrap:wrap}
.ref .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border-radius:var(--s-btn-r,var(--s-r));background:var(--s-accent);color:var(--s-accent-ink);font-weight:600;font-size:calc(15.5px * var(--s-fz,1));border:var(--s-btn-b,0);box-shadow:var(--s-btn-sh,none);cursor:pointer;font-family:inherit;line-height:calc(1.2 * var(--s-lh,1));transition:transform .2s,box-shadow .2s,background .2s}
.ref .btn.ghost{background:var(--s-ghost-bg,transparent);color:var(--s-ghost-ink,var(--s-ink));border:var(--s-ghost-b,1px solid var(--s-line));box-shadow:none}
.ref .btn:active{transform:scale(.98)}
.ref .btn:focus-visible,.ref .in:focus-visible{outline:2px solid var(--s-accent-txt,var(--s-accent));outline-offset:3px}
.ref p,.ref li{line-height:calc(1.6 * var(--s-lh,1))}
@media (prefers-reduced-motion:reduce){.ref *,.ref *::before,.ref *::after{transition:none!important;animation:none!important}}
.ref .btn.sm{padding:9px 16px;font-size:calc(14px * var(--s-fz,1))}
.hero-v{aspect-ratio:4/3;border-radius:var(--s-r);background:var(--s-ph);display:grid;place-items:center;color:var(--s-ph-ink);font-weight:600;position:relative;box-shadow:var(--s-card-sh,none);border:var(--s-card-b,0);overflow:hidden}
.hv-a,.hv-b{display:block}
.hv-l{position:relative;z-index:1}
.bens,.prices,.form{scroll-margin-top:80px}
.sec{padding:clamp(36px,6cqi,88px) var(--pad);position:relative;z-index:1}
.sec h2{font-size:calc(clamp(24px,3.2cqi,40px) * var(--s-fz,1));margin-bottom:clamp(20px,3cqi,36px)}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-gap)}
.card{background:var(--s-surface);border:var(--s-card-b,1px solid var(--s-line));border-radius:var(--s-r);padding:clamp(20px,2.6cqi,32px);box-shadow:var(--s-card-sh,none);position:relative;transition:transform .2s,box-shadow .2s}
.num,.bars{display:none}
.ico{display:block;width:44px;height:44px;border-radius:var(--s-ico-r,12px);background:var(--s-ico-bg,var(--s-accent-soft,#eef0ff));margin-bottom:18px;border:var(--s-ico-b,0)}
.card h3{font-size:calc(clamp(17px,1.7cqi,21px) * var(--s-fz,1));margin-bottom:8px}
.card p{font-size:calc(15px * var(--s-fz,1));line-height:calc(1.5 * var(--s-lh,1))}
.price .amt{font-size:calc(clamp(28px,3.4cqi,42px) * var(--s-fz,1));font-weight:800;margin:12px 0 16px;color:var(--s-head,var(--s-ink));font-family:var(--s-font-h,inherit);line-height:calc(1 * var(--s-lh,1))}
.price .amt small{font-size:calc(13px * var(--s-fz,1));font-weight:500;color:var(--s-muted);margin-inline-start:6px}
.price ul{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:8px;font-size:calc(14.5px * var(--s-fz,1));color:var(--s-muted)}
.price li::before{content:"✓";color:var(--s-accent-txt,var(--s-accent));font-weight:700;margin-inline-end:8px}
.price .btn{width:100%}
.price.hi{background:var(--s-hi-bg,var(--s-ink));color:var(--s-hi-ink,#fff);border:var(--s-hi-b,0);transform:var(--s-hi-lift,translateY(-8px))}
.price.hi h3,.price.hi .amt,.price.hi ul,.price.hi p,.price.hi .amt small{color:inherit}
.price.hi .btn{background:var(--s-hi-btn,var(--s-accent));color:var(--s-hi-btn-ink,var(--s-accent-ink))}
.tag{position:absolute;top:-12px;inset-inline-start:20px;font-size:calc(12px * var(--s-fz,1));font-weight:700;padding:4px 12px;border-radius:999px;background:var(--s-accent);color:var(--s-accent-ink);line-height:calc(1.3 * var(--s-lh,1))}
.fbox{max-width:640px;margin-inline:auto;text-align:center;background:var(--s-form-bg,var(--s-surface));border:var(--s-card-b,1px solid var(--s-line));border-radius:var(--s-r);padding:clamp(24px,4cqi,48px);box-shadow:var(--s-card-sh,none)}
.fbox p{margin:10px auto 22px;max-width:40ch}
.frm{display:grid;grid-template-columns:1fr 1fr auto;gap:10px}
.in{padding:13px 16px;border-radius:var(--s-in-r,var(--s-r));border:var(--s-in-b,1px solid var(--s-line));background:var(--s-in-bg,#fff);color:var(--s-ink);font:inherit;font-size:calc(16px * var(--s-fz,1));box-shadow:var(--s-in-sh,none);min-width:0}
.ft{display:flex;justify-content:space-between;gap:16px;padding:22px var(--pad);font-size:calc(13px * var(--s-fz,1));color:var(--s-muted);border-top:1px solid var(--s-line);position:relative;z-index:1}
@container (max-width:767px){.hero{grid-template-columns:1fr}.hero-v{order:-1;aspect-ratio:16/10}.grid3{grid-template-columns:1fr}.nav{display:none}.frm{grid-template-columns:1fr}.price.hi{transform:none}.hero h1{max-width:none}}
.sk-s04 .ref{--s-bg:#FFF6EC;--s-surface:#FFD9C2;--s-ink:#2D2438;--s-muted:#5A4E6B;--s-line:transparent;--s-accent:#FF7A59;--s-accent-ink:#fff;--s-accent-txt:#D2532F;--s-r:30px;--s-btn-r:999px;--s-ph:#C9F0DF;--s-ph-ink:#2D2438;--s-font-h:"Varela Round",inherit;--s-wt-h:700;
 --s-card-b:0;--s-card-sh:0 12px 24px rgba(255,150,110,.35),inset 0 -8px 12px rgba(0,0,0,.12),inset 0 6px 10px rgba(255,255,255,.5);
 --s-btn-sh:0 10px 20px rgba(255,122,89,.35),inset 0 -6px 10px rgba(0,0,0,.15),inset 0 5px 8px rgba(255,255,255,.35);
 --s-ghost-bg:#FFE9DB;--s-ghost-b:0;--s-in-b:0;--s-in-bg:#FFEFE3;--s-in-r:999px;--s-in-sh:inset 0 4px 8px rgba(0,0,0,.08),inset 0 -2px 4px rgba(255,255,255,.7);
 --s-hi-bg:#8C6BFF;--s-hi-ink:#fff;--s-ico-r:50%;--s-ico-bg:#fff;--s-form-bg:#E3D5FF}
.sk-s04 .btn.ghost{box-shadow:var(--s-card-sh)}
.sk-s04 .btn:active{transform:scale(.97)}
.sk-s04 .bens .card:nth-child(2){background:#C9F0DF;--s-card-sh:0 12px 24px rgba(90,200,150,.35),inset 0 -8px 12px rgba(0,0,0,.12),inset 0 6px 10px rgba(255,255,255,.5)}
.sk-s04 .bens .card:nth-child(3){background:#CFE6FF;--s-card-sh:0 12px 24px rgba(100,160,255,.35),inset 0 -8px 12px rgba(0,0,0,.12),inset 0 6px 10px rgba(255,255,255,.5)}
.sk-s04 .price:not(.hi){background:#FFEFE3}
.sk-s04 .price.hi{--s-card-sh:0 14px 28px rgba(140,107,255,.4),inset 0 -8px 12px rgba(0,0,0,.15),inset 0 6px 10px rgba(255,255,255,.4)}
.sk-s04 .fbox{--s-card-sh:0 12px 24px rgba(160,130,255,.3),inset 0 -8px 12px rgba(0,0,0,.1),inset 0 6px 10px rgba(255,255,255,.5)}
.sk-s04 .hero-v{border-radius:62% 38% 46% 54%/48% 60% 40% 52%;box-shadow:var(--s-card-sh);overflow:visible}
.sk-s04 .hv-a{position:absolute;width:38%;height:38%;inset-inline-end:8%;top:10%;border-radius:50%;background:#FFD93D;box-shadow:inset 0 -6px 10px rgba(0,0,0,.12),inset 0 5px 8px rgba(255,255,255,.6)}
.sk-s04 .hv-b{position:absolute;width:30%;height:30%;inset-inline-start:12%;bottom:12%;border-radius:45% 55% 60% 40%/55% 45% 55% 45%;background:#8C6BFF;box-shadow:inset 0 -6px 10px rgba(0,0,0,.15),inset 0 5px 8px rgba(255,255,255,.4)}
.sk-s04 .ft{border-top:0}
.sk-s04 .tag{background:#FFD93D;color:#2D2438}
.sk-s04 .in::placeholder{color:#8A7A9B}

HTML

<div class="cwrap sk-s04"><div class="ref">
<header class="hd"><span class="logo">שם העסק</span><nav class="nav"><a>שירותים</a><a>מחירים</a><a>אודות</a></nav><a class="btn sm">לשיחה קצרה</a></header>
<section class="hero">
<div class="hero-t"><span class="eyebrow">מה העסק עושה, בשבע מילים</span><h1>כותרת שאומרת מה מקבלים</h1><p class="lead">משפט תמיכה קצר שמסביר במה זה שונה ולמי זה מתאים, בלי להבטיח יותר מדי.</p><div class="ctas"><a class="btn">הפעולה הראשית</a><a class="btn ghost">לראות דוגמאות</a></div></div>
<div class="hero-v"><i class="hv-a"></i><i class="hv-b"></i><span class="hv-l">ויז'ואל</span></div>
</section>
<section class="sec bens"><h2>שלושה יתרונות</h2><div class="grid3">
<article class="card"><b class="num">01</b><i class="ico"></i><h3>יתרון ראשון</h3><p>שורה אחת שמסבירה במה זה עוזר ללקוח.</p></article>
<article class="card"><b class="num">02</b><i class="ico"></i><h3>יתרון שני</h3><p>עוד שורה אחת, קונקרטית, בלי סופרלטיבים.</p></article>
<article class="card"><b class="num">03</b><i class="ico"></i><h3>יתרון שלישי</h3><p>השורה השלישית סוגרת את הסט.</p><i class="bars"><s></s><s></s><s></s><s></s></i></article>
</div></section>
<section class="sec prices"><h2>שלוש חבילות</h2><div class="grid3">
<article class="card price"><h3>בסיסית</h3><div class="amt">₪2,500<small>לא כולל מע"מ</small></div><ul><li>עמוד אחד</li><li>טופס פנייה</li><li>חיבור לדומיין</li></ul><a class="btn ghost">לבחור בסיסית</a></article>
<article class="card price hi"><span class="tag">הכי נבחרת</span><h3>מקצועית</h3><div class="amt">₪4,000<small>לא כולל מע"מ</small></div><ul><li>שלושה עמודים</li><li>טופס וואטסאפ</li><li>חיבור לדומיין</li><li>חודש ליווי</li></ul><a class="btn">לבחור מקצועית</a></article>
<article class="card price"><h3>מורחבת</h3><div class="amt">₪6,000<small>לא כולל מע"מ</small></div><ul><li>חמישה עמודים</li><li>בלוג</li><li>חיבור לדומיין</li><li>שלושה חודשי ליווי</li></ul><a class="btn ghost">לבחור מורחבת</a></article>
</div></section>
<section class="sec form"><div class="fbox"><h2>נשארים בקשר</h2><p>שם וטלפון, וחוזרים אליכם תוך יום עבודה.</p><div class="frm"><input class="in" placeholder="שם מלא"><input class="in" placeholder="טלפון"><a class="btn">לשלוח</a></div></div></section>
<footer class="ft"><span>© שם העסק</span><span>תנאים · פרטיות · נגישות</span></footer>
</div></div>