Develop. Preview. Ship.
by Andrey Izman
HTML
<body class="dark-theme">
<div class="geist-page">
<div class="screen_geist_screen__yq3wR">
<div class="geist-wrapper">
<h1 class="hero_title__2dqLj" aria-label="Develop. Preview. Ship."><span class="animated-gradient-text_background__104Eo animated-gradient-text_background-1__2q1-A" style="padding:0 0 0 0.05em;--content:'Develop.';--padding:0.05em;--start-color:#007CF0;--end-color:#00DFD8"><span class="animated-gradient-text_foreground__2kjjY animated-gradient-text_foreground-1__3O_nT">Develop.</span></span><span class="animated-gradient-text_background__104Eo animated-gradient-text_background-2__3r8da" style="padding:0 0 0 0.05em;--content:'Preview.';--padding:0.05em;--start-color:#7928CA;--end-color:#FF0080"><span class="animated-gradient-text_foreground__2kjjY animated-gradient-text_foreground-2__BYeW7">Preview.</span></span><span class="animated-gradient-text_background__104Eo animated-gradient-text_background-3__3Bvxj" style="padding:0 0 0 0.05em;--content:'Ship.';--padding:0.05em;--start-color:#FF4D4D;--end-color:#F9CB28"><span class="animated-gradient-text_foreground__2kjjY animated-gradient-text_foreground-3__3Khgf">Ship.</span></span></h1>
</div>
<div class="geist-wrapper"><div class="jsx-1021097458 geist-container"><span style="height:100px;--start-color:var(--geist-background);--end-color:#019AE9" class="path-line_line__2aZDG path-line_gradient__Wi1e2"></span><div class="section-label_label__1Zugc"><span style="--start-color:#007CF0;--end-color:#00DFD8" class="section-label_number__2HV5y">1</span><h3 class="section-label_heading__i3LGs"><span class="section-label_text__1vO5M" style="--padding:0.2em;--start-color:#007CF0;--end-color:#00DFD8">Develop</span></h3></div><h4 class="section-title_title__2FSmb">Start with the developer</h4><div class="jsx-1021097458 geist-container lg-row section-description_wrapper__3FloZ section-description_two-col__2d35R"><div class="jsx-1021097458 geist-container"><p class="paragraph_paragraph__1qAaM...
CSS
:root {
--geist-space: 4px;
--geist-space-2x: 8px;
--geist-space-4x: 16px;
--geist-space-8x: 32px;
--geist-space-16x: 64px;
--geist-space-24x: 96px;
--geist-space-32x: 128px;
--geist-space-48x: 192px;
--geist-space-64x: 256px;
--geist-space-small: 32px;
--geist-space-medium: 40px;
--geist-space-large: 48px;
--geist-space-gap: 24px;
--geist-space-gap-half: 12px;
--geist-space-gap-quarter: var(--geist-space-2x);
--geist-gap: var(--geist-space-gap);
--geist-gap-half: var(--geist-space-gap-half);
--geist-gap-quarter: var(--geist-space-gap-quarter);
--geist-gap-double: var(--geist-space-large);
--geist-space-negative: -4px;
--geist-space-2x-negative: -8px;
--geist-space-4x-negative: -16px;
--geist-space-8x-negative: -32px;
--geist-space-16x-negative: -64px;
--geist-space-24x-negative: -96px;
--geist-space-32x-negative: -128px;
--geist-space-48x-negative: -192px;
--geist-space-64x-negative: -256px;
--geist-space-small-negative: -32px;
--geist-space-medium-negative: -40px;
--geist-space-large-negative: -48px;
--geist-space-gap-negative: -24px;
--geist-space-gap-half-negative: -12px;
--geist-space-gap-quarter-negative: var(--geist-space-2x-negative);
--geist-gap-negative: var(--geist-space-gap-negative);
--geist-gap-half-negative: var(--geist-space-gap-half-negative);
--geist-gap-quarter-negative: var(--geist-space-gap-quarter-negative);
--geist-gap-double-negative: var(--geist-space-large-negative);
--geist-page-margin: var(--geist-space-gap);
--geist-page-width: 1000px;
--geist-page-width-with-margin: 1048px;
--geist-radius: 5px;
--geist-marketing-radius: 8px;
--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
--font-mono: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
--header-height: 64px;
...