→ לכל המאגר

S11 · ממפיס

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

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

מתי משתמשים: אירועים, חינוך, מותגי צעירים, כל מה שרוצה לצעוק בשמחה.

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

הדמו

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

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

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

ויז'ואל

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

01

יתרון ראשון

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

02

יתרון שני

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

03

יתרון שלישי

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

שלוש חבילות

בסיסית

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

מקצועית

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

מורחבת

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

נשארים בקשר

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

בדמו: קורל, צהוב, כחול, ירוק ושחור. הנקודות רק בתוך הוויז'ואל, הזיגזג בתחתית ההירו, וכל אייקון הוא צורה אחרת (עיגול, משולש, מעוין).

קוד להדבקה

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

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

CSS

/* S11 · ממפיס */
.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-s11 .ref{--s-bg:#FFFDF5;--s-surface:#fff;--s-ink:#111;--s-muted:#333;--s-line:#111;--s-accent:#111;--s-accent-ink:#FFD93D;--s-accent-txt:#D1382E;--s-r:14px;--s-ph:#4DA3FF;--s-ph-ink:#111;--s-font-h:"Rubik",inherit;--s-wt-h:800;
 --s-card-b:2px solid #111;--s-card-sh:5px 5px 0 #FFD93D;--s-btn-b:2px solid #111;--s-btn-sh:4px 4px 0 #FF5C5C;--s-ghost-b:2px solid #111;--s-ghost-bg:#fff;--s-in-b:2px solid #111;--s-hi-bg:#FF5C5C;--s-hi-ink:#111;--s-hi-b:2px solid #111;--s-ico-r:0;--s-hd-line:2px solid #111;--s-form-bg:#FFD93D;--s-gap:24px}
.sk-s11 .hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:12px;background:linear-gradient(135deg,#111 25%,transparent 25%) 0 0/24px 12px,linear-gradient(225deg,#111 25%,transparent 25%) 0 0/24px 12px}
.sk-s11 .hero-v{background:#4DA3FF radial-gradient(#111 1.4px,transparent 1.5px);background-size:16px 16px;border:2px solid #111;box-shadow:8px 8px 0 #2ED573}
.sk-s11 .hv-a{position:absolute;width:34%;aspect-ratio:1;inset-inline-end:10%;top:10%;background:#FFD93D;clip-path:polygon(50% 0,100% 100%,0 100%)}
.sk-s11 .hv-b{position:absolute;width:30%;aspect-ratio:1;inset-inline-start:10%;bottom:12%;border-radius:50%;background:#FF5C5C;border:2px solid #111}
.sk-s11 .hv-l{background:#fff;border:2px solid #111;padding:6px 14px;border-radius:999px}
.sk-s11 .bens .card:nth-child(1){background:#FFD93D;--s-card-sh:5px 5px 0 #111}
.sk-s11 .bens .card:nth-child(2){background:#2ED573;--s-card-sh:5px 5px 0 #111}
.sk-s11 .bens .card:nth-child(3){background:#4DA3FF;--s-card-sh:5px 5px 0 #111}
.sk-s11 .bens .card p{color:#111}
.sk-s11 .ico{background:#111}
.sk-s11 .bens .card:nth-child(1) .ico{border-radius:50%}
.sk-s11 .bens .card:nth-child(2) .ico{clip-path:polygon(50% 0,100% 100%,0 100%)}
.sk-s11 .bens .card:nth-child(3) .ico{transform:rotate(45deg) scale(.8)}
.sk-s11 .sec h2{position:relative;display:inline-block;padding-inline-end:44px}
.sk-s11 .sec h2::after{content:"";position:absolute;inset-inline-end:0;top:50%;width:26px;height:26px;border-radius:50%;background:#FF5C5C;border:2px solid #111;translate:0 -50%}
.sk-s11 .prices{background:repeating-linear-gradient(-45deg,transparent 0 12px,rgba(17,17,17,.05) 12px 14px)}
.sk-s11 .price.hi .btn{background:#111;color:#FFD93D;box-shadow:4px 4px 0 #fff}
.sk-s11 .tag{background:#FFD93D;color:#111;border:2px solid #111}
.sk-s11 .fbox{box-shadow:6px 6px 0 #111}
.sk-s11 .fbox p{color:#111}
.sk-s11 .in{background:#fff}
.sk-s11 .ft{border-top:2px solid #111}
.sk-s11 .logo::before{border-radius:50%;background:#FF5C5C;border:2px solid #111}

HTML

<div class="cwrap sk-s11"><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>