Login
Dashboard
Saved Stitches
Stitch Catalog
Demo
All
E-Commerce
All
(4)
Collections
(3)
Featured Products
(0)
Hero
(0)
Pop Up Modals
(0)
Promotional CTA
(1)
Store Products
(0)
Buttons
All
(1)
Non Standard
(0)
Squared
(1)
Navigation
All
(2)
+ Dropdown
(1)
+ Top Bar
(0)
Standard
(1)
Top Bar + Dropdown
(0)
Hero Section
All
(6)
Centered
(2)
Grid
(0)
Landing + Services
(3)
Left Aligned
(0)
Right Aligned
(1)
Services
All
(16)
3 Card
(4)
4 Card
(4)
5 Card
(1)
6 Card
(2)
8 Card
(1)
Combo
(2)
Side By Side
(2)
Content Flair
All
(3)
Button Boxes
(1)
Content Groups
(1)
Lists
(1)
Quotes
(0)
Stats
(0)
Toppers
(0)
Side By Side
All
(31)
Non Standard
(1)
Reverse
(9)
Reverse Pair
(5)
Reverse Triplet
(3)
Standard
(13)
Gallery
All
(7)
4 Images
(1)
5 Images
(1)
6 Images
(1)
8 Images
(2)
Full Width
(0)
Mosaic
(0)
Multi Gallery
(1)
Simple
(1)
Meet Our Team
All
(5)
2 Card
(0)
3 Card
(1)
4 Card
(2)
5 Card
(1)
6 Card
(0)
7 Card
(0)
8 Card
(1)
Combo
(0)
Steps
All
(4)
3 Steps
(2)
4 Steps
(2)
5 Steps
(0)
Stats
All
(5)
3 Stats
(0)
4 Stats
(3)
Combos
(1)
Timeline
(1)
Pricing
All
(7)
2 Card
(0)
3 Card
(3)
Menu's
(2)
Price List
(0)
w/ Toggles
(2)
FAQ
All
(4)
Multi FAQ's
(0)
Side By Side
(2)
Standard
(2)
Why Choose Us
All
(11)
3 Card
(1)
4 Card
(1)
6 Card
(0)
Side By Side
(9)
Quotes
All
(0)
Single Quotes
(0)
MISC
All
(4)
Careers
(0)
Content
(0)
Locations
(1)
Logos
(1)
Maps
(0)
Popups
(0)
Tables
(1)
Video
(1)
Reviews
All
(14)
2 Card
(4)
3 Card
(3)
4 Card
(0)
8 Card
(0)
Full Width
(0)
Single Review
(7)
Forms & Contact
All
(7)
Contact Forms
(7)
Contact Info
(0)
Subscribe
(0)
Events
All
(3)
3 Card
(1)
4 Card
(0)
Side By Side
(2)
Blog
All
(3)
Recent Posts
(3)
Call To Action
All
(4)
Combos
(1)
Contained
(0)
Full Width
(2)
Subscribe Forms
(1)
Footer
All
(6)
2 Column
(0)
3 Column
(1)
4 Column
(2)
5 Column
(1)
Combo
(0)
Simple
(2)
Dark Mode
All
(1)
Standard
(1)
Interior Pages
All
(3)
About Page
(0)
Contact Page
(0)
Content Page
(1)
FAQ Page
(1)
Menus
(0)
Page Banners
(1)
Single Review
HTML
CSS
Core Styles
Choose your preferred CSS
CSS
LESS
SCSS
CSS Dark
LESS Dark
SCSS Dark
Choose your preferred Core Styles CSS
CSS
LESS
SCSS
-
Dark Mode
+
Dark Mode
Copy
to Clipboard
<!-- ============================================ --> <!-- Reviews --> <!-- ============================================ --> <section id="reviews-306"> <picture class="cs-image"> <source media="(max-width: 600px)" srcset="https://csimg.nyc3.digitaloceanspaces.com/Reviews/old-building-m.jpg"> <source media="(min-width: 601px)" srcset="https://csimg.nyc3.digitaloceanspaces.com/Reviews/old-building.jpg"> <img aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Reviews/old-building.jpg" alt="building" width="842" height="548"> </picture> <div class="cs-content"> <img class="cs-quote" aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Reviews/top-quote.svg" alt="quote" width="40" height="33"> <p class="cs-review"> Their knowledge, expertise, advice and confidence gave me courage, belief and strength needed to help me go through my divorce. </p> <div class="cs-info"> <img class="cs-profile" aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Reviews/profile2.jpg" alt="profile" width="50" height="50"> <div class="cs-flex"> <span class="cs-name">Sarah</span> <span class="cs-job">CEO, HK Traders</span> </div> </div> <!--Bottom watermark quote--> <img class="cs-watermark" aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Reviews/top-quote.svg" alt="quote" width="136" height="120"> </div> </section>
/*-- -------------------------- --> <--- Reviews --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #reviews-306 { background-color: #f7f7f7; /* prevents overflow from overlapping quote icon */ overflow: hidden; position: relative; } #reviews-306 .cs-image { width: 100%; max-height: 28.125rem; display: block; position: relative; aspect-ratio: 0.94736842; } #reviews-306 .cs-image img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; } #reviews-306 .cs-content { max-width: 39.375rem; padding: var(--sectionPadding); display: flex; justify-content: center; align-items: flex-start; flex-direction: column; position: relative; } #reviews-306 .cs-review { /* 25px - 39px */ font-size: clamp(1.5625rem, 3.9vw, 2.4375rem); text-align: left; margin: 0; /* 28px - 40px */ margin-bottom: clamp(1.75rem, 3vw, 2.5rem); color: var(--bodyTextColor); } #reviews-306 .cs-quote { width: 2.5rem; height: auto; margin-bottom: 2rem; display: block; } #reviews-306 .cs-info { display: flex; justify-content: auto; align-items: center; } #reviews-306 .cs-flex { display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; flex-basis: content; } #reviews-306 .cs-profile { width: 3.125rem; height: auto; margin-right: 0.75rem; border-radius: 50%; display: block; } #reviews-306 .cs-name { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; line-height: 1.2em; color: var(--headerColor); display: block; flex-basis: content; } #reviews-306 .cs-job { font-size: 1rem; line-height: 1.5em; font-weight: 400; width: 12.5rem; color: var(--bodyTextColor); display: block; flex-basis: content; } #reviews-306 .cs-watermark { /* 87px - 136px */ width: clamp(5.4375rem, 12.2vw, 8.5rem); height: auto; opacity: 0.09; position: absolute; bottom: 0; right: 1.25rem; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #reviews-306 { display: flex; justify-content: flex-start; align-items: stretch; } #reviews-306 .cs-image { width: 44%; height: auto; max-height: 100%; /* prevent flexbox from squishing it */ flex: none; aspect-ratio: initial; } #reviews-306 .cs-content { /* 76px - 128px */ padding-left: clamp(4.75rem, 10vw, 8rem); padding-right: 2rem; } #reviews-306 .cs-watermark { /* 16px - 175px */ right: calc(clamp(1rem, 9.5vw, 10.9375rem) * -1); } }
/*-- -------------------------- --> <--- Reviews --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #reviews-306 { background-color: #f7f7f7; /* prevents overflow from overlapping quote icon */ overflow: hidden; position: relative; } #reviews-306 .cs-image { width: 100%; max-height: 28.125rem; display: block; position: relative; aspect-ratio: 0.94736842; } #reviews-306 .cs-image img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; } #reviews-306 .cs-content { max-width: 39.375rem; padding: var(--sectionPadding); display: flex; justify-content: center; align-items: flex-start; flex-direction: column; position: relative; } #reviews-306 .cs-review { /* 25px - 39px */ font-size: clamp(1.5625rem, 3.9vw, 2.4375rem); text-align: left; margin: 0; /* 28px - 40px */ margin-bottom: clamp(1.75rem, 3vw, 2.5rem); color: var(--bodyTextColor); } #reviews-306 .cs-quote { width: 2.5rem; height: auto; margin-bottom: 2rem; display: block; } #reviews-306 .cs-info { display: flex; justify-content: auto; align-items: center; } #reviews-306 .cs-flex { display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; flex-basis: content; } #reviews-306 .cs-profile { width: 3.125rem; height: auto; margin-right: 0.75rem; border-radius: 50%; display: block; } #reviews-306 .cs-name { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; line-height: 1.2em; color: var(--headerColor); display: block; flex-basis: content; } #reviews-306 .cs-job { font-size: 1rem; line-height: 1.5em; font-weight: 400; width: 12.5rem; color: var(--bodyTextColor); display: block; flex-basis: content; } #reviews-306 .cs-watermark { /* 87px - 136px */ width: clamp(5.4375rem, 12.2vw, 8.5rem); height: auto; opacity: 0.09; position: absolute; bottom: 0; right: 1.25rem; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #reviews-306 { display: flex; justify-content: flex-start; align-items: stretch; } #reviews-306 .cs-image { width: 44%; height: auto; max-height: 100%; /* prevent flexbox from squishing it */ flex: none; aspect-ratio: initial; } #reviews-306 .cs-content { /* 76px - 128px */ padding-left: clamp(4.75rem, 10vw, 8rem); padding-right: 2rem; } #reviews-306 .cs-watermark { /* 16px - 175px */ right: calc(clamp(1rem, 9.5vw, 10.9375rem) * -1); } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode #reviews-306 { background-color: rgba(0, 0, 0, 0.2); } body.dark-mode #reviews-306 .cs-review, body.dark-mode #reviews-306 .cs-name { color: var(--bodyTextColorWhite); } body.dark-mode #reviews-306 .cs-job { color: var(--bodyTextColorWhite); opacity: 0.7; } }
/*-- -------------------------- --> <--- Reviews --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #reviews-306 { background-color: #f7f7f7; /* prevents overflow from overlapping quote icon */ overflow: hidden; position: relative; .cs-image { width: 100%; max-height: (450/16rem); display: block; position: relative; aspect-ratio: 360/380; img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; } } .cs-content { max-width: (630/16rem); padding: var(--sectionPadding); display: flex; justify-content: center; align-items: flex-start; flex-direction: column; position: relative; } .cs-review { /* 25px - 39px */ font-size: clamp(1.5625rem, 3.9vw, 2.4375rem); text-align: left; margin: 0; /* 28px - 40px */ margin-bottom: clamp(1.75rem, 3vw, 2.5rem); color: var(--bodyTextColor); } .cs-quote { width: (40/16rem); height: auto; margin-bottom: (32/16rem); display: block; } .cs-info { display: flex; justify-content: auto; align-items: center; } .cs-flex { display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; flex-basis: content; } .cs-profile { width: (50/16rem); height: auto; margin-right: (12/16rem); border-radius: 50%; display: block; } .cs-name { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; line-height: 1.2em; color: var(--headerColor); display: block; flex-basis: content; } .cs-job { font-size: (16/16rem); line-height: 1.5em; font-weight: 400; width: (200/16rem); color: var(--bodyTextColor); display: block; flex-basis: content; } .cs-watermark { /* 87px - 136px */ width: clamp(5.4375rem, 12.2vw, 8.5rem); height: auto; opacity: 0.09; position: absolute; bottom: 0; right: (20/16rem); } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #reviews-306 { display: flex; justify-content: flex-start; align-items: stretch; .cs-image { width: 44%; height: auto; max-height: 100%; /* prevent flexbox from squishing it */ flex: none; aspect-ratio: initial; } .cs-content { /* 76px - 128px */ padding-left: clamp(4.75rem, 10vw, 8rem); padding-right: (32/16rem); } .cs-watermark { /* 16px - 175px */ right: ~"calc(clamp(1rem, 9.5vw, 10.9375rem)*-1)"; } } }
/*-- -------------------------- --> <--- Reviews --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #reviews-306 { background-color: #f7f7f7; /* prevents overflow from overlapping quote icon */ overflow: hidden; position: relative; .cs-image { width: 100%; max-height: (450/16rem); display: block; position: relative; aspect-ratio: 360/380; img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; } } .cs-content { max-width: (630/16rem); padding: var(--sectionPadding); display: flex; justify-content: center; align-items: flex-start; flex-direction: column; position: relative; } .cs-review { /* 25px - 39px */ font-size: clamp(1.5625rem, 3.9vw, 2.4375rem); text-align: left; margin: 0; /* 28px - 40px */ margin-bottom: clamp(1.75rem, 3vw, 2.5rem); color: var(--bodyTextColor); } .cs-quote { width: (40/16rem); height: auto; margin-bottom: (32/16rem); display: block; } .cs-info { display: flex; justify-content: auto; align-items: center; } .cs-flex { display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; flex-basis: content; } .cs-profile { width: (50/16rem); height: auto; margin-right: (12/16rem); border-radius: 50%; display: block; } .cs-name { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; line-height: 1.2em; color: var(--headerColor); display: block; flex-basis: content; } .cs-job { font-size: (16/16rem); line-height: 1.5em; font-weight: 400; width: (200/16rem); color: var(--bodyTextColor); display: block; flex-basis: content; } .cs-watermark { /* 87px - 136px */ width: clamp(5.4375rem, 12.2vw, 8.5rem); height: auto; opacity: 0.09; position: absolute; bottom: 0; right: (20/16rem); } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #reviews-306 { display: flex; justify-content: flex-start; align-items: stretch; .cs-image { width: 44%; height: auto; max-height: 100%; /* prevent flexbox from squishing it */ flex: none; aspect-ratio: initial; } .cs-content { /* 76px - 128px */ padding-left: clamp(4.75rem, 10vw, 8rem); padding-right: (32/16rem); } .cs-watermark { /* 16px - 175px */ right: ~"calc(clamp(1rem, 9.5vw, 10.9375rem)*-1)"; } } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode { #reviews-306 { background-color: rgba(0, 0, 0, 0.2); .cs-review, .cs-name { color: var(--bodyTextColorWhite); } .cs-job { color: var(--bodyTextColorWhite); opacity: 0.7; } } } }
/*-- -------------------------- --> <--- Reviews --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #reviews-306 { background-color: #f7f7f7; /* prevents overflow from overlapping quote icon */ overflow: hidden; position: relative; .cs-image { width: 100%; max-height: calc(450 / 16 * 1rem); display: block; position: relative; aspect-ratio: 360/380; img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; } } .cs-content { max-width: calc(630 / 16 * 1rem); padding: var(--sectionPadding); display: flex; justify-content: center; align-items: flex-start; flex-direction: column; position: relative; } .cs-review { /* 25px - 39px */ font-size: clamp(1.5625rem, 3.9vw, 2.4375rem); text-align: left; margin: 0; /* 28px - 40px */ margin-bottom: clamp(1.75rem, 3vw, 2.5rem); color: var(--bodyTextColor); } .cs-quote { width: calc(40 / 16 * 1rem); height: auto; margin-bottom: calc(32 / 16 * 1rem); display: block; } .cs-info { display: flex; justify-content: auto; align-items: center; } .cs-flex { display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; flex-basis: content; } .cs-profile { width: calc(50 / 16 * 1rem); height: auto; margin-right: calc(12 / 16 * 1rem); border-radius: 50%; display: block; } .cs-name { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; line-height: 1.2em; color: var(--headerColor); display: block; flex-basis: content; } .cs-job { font-size: calc(16 / 16 * 1rem); line-height: 1.5em; font-weight: 400; width: calc(200 / 16 * 1rem); color: var(--bodyTextColor); display: block; flex-basis: content; } .cs-watermark { /* 87px - 136px */ width: clamp(5.4375rem, 12.2vw, 8.5rem); height: auto; opacity: 0.09; position: absolute; bottom: 0; right: calc(20 / 16 * 1rem); } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #reviews-306 { display: flex; justify-content: flex-start; align-items: stretch; .cs-image { width: 44%; height: auto; max-height: 100%; /* prevent flexbox from squishing it */ flex: none; aspect-ratio: initial; } .cs-content { /* 76px - 128px */ padding-left: clamp(4.75rem, 10vw, 8rem); padding-right: calc(32 / 16 * 1rem); } .cs-watermark { /* 16px - 175px */ right: calc(clamp(1rem, 9.5vw, 10.9375rem) * -1); } } }
/*-- -------------------------- --> <--- Reviews --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #reviews-306 { background-color: #f7f7f7; /* prevents overflow from overlapping quote icon */ overflow: hidden; position: relative; .cs-image { width: 100%; max-height: calc(450 / 16 * 1rem); display: block; position: relative; aspect-ratio: 360/380; img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; } } .cs-content { max-width: calc(630 / 16 * 1rem); padding: var(--sectionPadding); display: flex; justify-content: center; align-items: flex-start; flex-direction: column; position: relative; } .cs-review { /* 25px - 39px */ font-size: clamp(1.5625rem, 3.9vw, 2.4375rem); text-align: left; margin: 0; /* 28px - 40px */ margin-bottom: clamp(1.75rem, 3vw, 2.5rem); color: var(--bodyTextColor); } .cs-quote { width: calc(40 / 16 * 1rem); height: auto; margin-bottom: calc(32 / 16 * 1rem); display: block; } .cs-info { display: flex; justify-content: auto; align-items: center; } .cs-flex { display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; flex-basis: content; } .cs-profile { width: calc(50 / 16 * 1rem); height: auto; margin-right: calc(12 / 16 * 1rem); border-radius: 50%; display: block; } .cs-name { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; line-height: 1.2em; color: var(--headerColor); display: block; flex-basis: content; } .cs-job { font-size: calc(16 / 16 * 1rem); line-height: 1.5em; font-weight: 400; width: calc(200 / 16 * 1rem); color: var(--bodyTextColor); display: block; flex-basis: content; } .cs-watermark { /* 87px - 136px */ width: clamp(5.4375rem, 12.2vw, 8.5rem); height: auto; opacity: 0.09; position: absolute; bottom: 0; right: calc(20 / 16 * 1rem); } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #reviews-306 { display: flex; justify-content: flex-start; align-items: stretch; .cs-image { width: 44%; height: auto; max-height: 100%; /* prevent flexbox from squishing it */ flex: none; aspect-ratio: initial; } .cs-content { /* 76px - 128px */ padding-left: clamp(4.75rem, 10vw, 8rem); padding-right: calc(32 / 16 * 1rem); } .cs-watermark { /* 16px - 175px */ right: calc(clamp(1rem, 9.5vw, 10.9375rem) * -1); } } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode { #reviews-306 { background-color: rgba(0, 0, 0, 0.2); .cs-review, .cs-name { color: var(--bodyTextColorWhite); } .cs-job { color: var(--bodyTextColorWhite); opacity: 0.7; } } } }
:root { /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */ --primary: #ff6a3e; --primaryLight: #ffba43; --secondary: #ffba43; --secondaryLight: #ffba43; --headerColor: #1a1a1a; --bodyTextColor: #4e4b66; --bodyTextColorWhite: #fafbfc; /* 13px - 16px */ --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem); /* 31px - 49px */ --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem); --bodyFontSize: 1rem; /* 60px - 100px top and bottom */ --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem; } body { margin: 0; padding: 0; } *, *:before, *:after { /* prevents padding from affecting height and width */ box-sizing: border-box; } .cs-topper { font-size: var(--topperFontSize); line-height: 1.2em; text-transform: uppercase; text-align: inherit; letter-spacing: .1em; font-weight: 700; color: var(--primary); margin-bottom: 0.25rem; display: block; } .cs-title { font-size: var(--headerFontSize); font-weight: 900; line-height: 1.2em; text-align: inherit; max-width: 43.75rem; margin: 0 0 1rem 0; color: var(--headerColor); position: relative; } .cs-text { font-size: var(--bodyFontSize); line-height: 1.5em; text-align: inherit; width: 100%; max-width: 40.625rem; margin: 0; color: var(--bodyTextColor); }
:root { /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */ --primary: #ff6a3e; --primaryLight: #ffba43; --secondary: #ffba43; --secondaryLight: #ffba43; --headerColor: #1a1a1a; --bodyTextColor: #4e4b66; --bodyTextColorWhite: #fafbfc; /* 13px - 16px */ --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem); /* 31px - 49px */ --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem); --bodyFontSize: 1rem; /* 60px - 100px top and bottom */ --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem; } body { margin: 0; padding: 0; } *, *:before, *:after { /* prevents padding from affecting height and width */ box-sizing: border-box; } .cs-topper { font-size: var(--topperFontSize); line-height: 1.2em; text-transform: uppercase; text-align: inherit; letter-spacing: .1em; font-weight: 700; color: var(--primary); margin-bottom: (4/16rem); display: block; } .cs-title { font-size: var(--headerFontSize); font-weight: 900; line-height: 1.2em; text-align: inherit; max-width: (700/16rem); margin: 0 0 (16/16rem) 0; color: var(--headerColor); position: relative; } .cs-text { font-size: var(--bodyFontSize); line-height: 1.5em; text-align: inherit; width: 100%; max-width: (650/16rem); margin: 0; color: var(--bodyTextColor); }
:root { /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */ --primary: #ff6a3e; --primaryLight: #ffba43; --secondary: #ffba43; --secondaryLight: #ffba43; --headerColor: #1a1a1a; --bodyTextColor: #4e4b66; --bodyTextColorWhite: #fafbfc; /* 13px - 16px */ --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem); /* 31px - 49px */ --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem); --bodyFontSize: 1rem; /* 60px - 100px top and bottom */ --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem; } body { margin: 0; padding: 0; } *, *:before, *:after { /* prevents padding from affecting height and width */ box-sizing: border-box; } .cs-topper { font-size: var(--topperFontSize); line-height: 1.2em; text-transform: uppercase; text-align: inherit; letter-spacing: .1em; font-weight: 700; color: var(--primary); margin-bottom: calc(4 / 16 * 1rem); display: block; } .cs-title { font-size: var(--headerFontSize); font-weight: 900; line-height: 1.2em; text-align: inherit; max-width: calc(700 / 16 * 1rem); margin: 0 0 calc(16 / 16 * 1rem) 0; color: var(--headerColor); position: relative; } .cs-text { font-size: var(--bodyFontSize); line-height: 1.5em; text-align: inherit; width: 100%; max-width: calc(650 / 16 * 1rem); margin: 0; color: var(--bodyTextColor); }
Lorem Ipsum
Undo