Style Guide

Craft Version 1.0

Here is the community style guide according to Craft, the recommended starting point for Webstudio Projects. CSS variables containing colors, sizes, and more are on the Global Root.

Layout

section
section-small
container
grid

Grid quickly provides the properties to create a grid. Once added, switch over to Local and type in your template columns.

Note, grid turns into flex on 767. This is because grid children may use start/end columns and would require us to reset each one manually on mobile. By setting the parent to flex, those values are ignored.

Colors

Change these values on the Global Root. It's best practice to map semantic variables such as --foreground-primary to another variable such as --gray-10.

Foreground

--foreground-primary
--foreground-secondary
--foreground-accent
--foreground-muted
--foreground-border

Background

--background-primary
--background-secondary
--background-accent
--background-card

Other

--focus-color

Elements

heading-1|2|3|4|5|6

Heading 1 text
you can edit

Heading 2 text
you can edit

Heading 3 text
you can edit

Heading 4 text
you can edit

Heading 5 text
you can edit

Heading 6 text
you can edit

Paragraph text you can edit
that spans multiple lines

blockquote text you can edit
list
  • list-item text you can edit
  • List Item text you can edit
  • List Item text you can edit
separator

code
console.log("Hello World");

Forms

my-token

Radix

Accordion

Neuros is an AI-powered business analytics platform designed to provide real-time insights, predictive analytics, and seamless integrations with various tools. Unlike traditional analytics platforms, Neuros harnesses the power of artificial intelligence to offer more accurate forecasts, customizable dashboards, and a user-friendly interface tailored for businesses of all sizes.

my-token

Utility

my-token

Slots

my-slot

Custom

Card

Heading text you can edit

Paragraph text you can edit

is-card-testimonial

Neuros's real-time data has been crucial in refining our products. Its collaborative features ensure our team is always aligned.

Picture of client
Naomi K. Johnson
Product Manager
is-card-benefit

Heading text you can edit

Paragraph text you can edit

eyebrow
Our strategies
Header
Generative

Lorem

Harnesses the power of artificial intelligence to transform your business data into actionable insights, propelling you to new heights of success

my-token

Notes

Add notes for yourself or other creators that explain any nuances of the build.

The following CSS variables were the modifications or additions made to the default Craft variables, jyfi.

--foreground-primary: var(--gray-0); --foreground-secondary: var(--gray-0); --foreground-accent: var(--blue-6); --foreground-muted: var(--gray-4); --foreground-border: var(--gray-8); --background-primary: var(--gray-10); --background-secondary: unset; --background-accent: var(--foreground-accent); --background-card: var(--background-primary); --gray-0: #ffffff; --gray-1: #F5F7FA; --gray-2: #ECEEF4; --gray-3: #D2D5E2; --gray-4: #B6BCCD; --gray-5: #9EA5BD; --gray-6: #79829F; --gray-7: #626981; --gray-8: #4B5162; --gray-9: #343844; --gray-10: #1C1F25; --gray-11: unset; --gray-12: unset; --blue-0: unset; --blue-1: unset; --blue-2: #E2ECFE; --blue-3: #B6D1FB; --blue-4: #88B2F9; --blue-5: #6099F7; --blue-6: #387FF5; --blue-7: #2D66C4; --blue-8: #224C93; --blue-9: unset; --blue-10: unset; --blue-11: unset; --blue-12: unset; --gradient-1: linear-gradient(92.69deg, rgba(255, 255, 255, 0.075) 6.01%, rgba(255, 255, 255, 0.175) 90.83%); --size-lg: 1204px; --shadow-color: 228 44.3% 31%; --shadow-strength: 5%;

👇Template for new pages👇

When creating a new page, you can copy the "Page Wrapper" instance below (see navigator) and paste it on the new page. It contains the skeleton of a page, including a nav, footer, and section.

Webstudio LogoBuilt with Webstudio