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)
Double Dropdown
(0)
Standard
(1)
Top Bar + Dropdown
(0)
Hero Section
All
(7)
Centered
(2)
Grid
(0)
Landing + Services
(3)
Left Aligned
(1)
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
(34)
Non Standard
(1)
Reverse
(11)
Reverse Pair
(5)
Reverse Triplet
(3)
Standard
(14)
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)
2 Stats
(0)
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
(5)
Careers
(0)
Content
(0)
Locations
(1)
Logos
(1)
Maps
(0)
Popups
(0)
Tables
(1)
Video
(2)
Reviews
All
(14)
2 Card
(4)
3 Card
(3)
4 Card
(0)
8 Card
(0)
Full Width
(0)
Single Review
(7)
Slideshow
(0)
Forms & Contact
All
(8)
Contact Forms
(8)
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)
Service Page
(0)
Reverse
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
<!-- ============================================ --> <!-- Side By Side Reverse --> <!-- ============================================ --> <section id="sbsr-2231"> <div class="cs-container"> <div class="cs-content"> <span class="cs-topper">Welcome to Stitchography</span> <h2 class="cs-title">Capture the Perfect Moments that will Make Memories</h2> <p class="cs-text"> Our expert instructors give you the skills and knowledge to manage process risks and show you how to continuously make your facilities and operations more safe and reliable. PSRG training courses are available online. We have courses on-demand and live instructors for workshops and support. We also provide LIVE instructor-led training courses and onsite training. </p> <a href="" class="cs-button-solid">Learn More</a> </div> <div class="cs-image-group"> <!--Main Image--> <picture class="cs-picture cs-picture1"> <!--Mobile Image--> <source media="(max-width: 600px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/People/wedding19.png"> <!--Tablet and above Image--> <source media="(min-width: 601px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/People/wedding19.png"> <img loading="lazy" decoding="async" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/People/wedding19.png" alt="wedding" width="272" height="337"> </picture> <!--Small Image--> <picture class="cs-picture cs-picture2"> <!--Mobile Image--> <source media="(max-width: 600px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/People/1.jpg"> <!--Tablet and above Image--> <source media="(min-width: 601px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/People/1.jpg"> <img loading="lazy" decoding="async" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/People/1.jpg" alt="wedding" width="243" height="367"> </picture> </div> </div> <!--Floating Flower--> <img class="cs-flower" loading="lazy" decoding="async" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/wedding-flower.png" alt="flower" width="244" height="186" aria-hidden="true"> </section>
/*-- -------------------------- --> <--- Side By Side Reverse --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #sbsr-2231 { padding: var(--sectionPadding); background-color: #fdfaf8; overflow: hidden; position: relative; z-index: 1; } #sbsr-2231 .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: 44rem; margin: auto; display: flex; flex-direction: column; align-items: center; /* 48px - 64px */ gap: clamp(3rem, 6vw, 4rem); } #sbsr-2231 .cs-content { /* set text align to left if content needs to be left aligned */ text-align: center; width: 100%; max-width: 36.625rem; display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: center; } #sbsr-2231 .cs-title { max-width: 30ch; } #sbsr-2231 .cs-text { margin-bottom: 2rem; } #sbsr-2231 .cs-button-solid { font-size: 1rem; font-weight: 700; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-align: center; text-decoration: none; min-width: 9.375rem; margin: 0; padding: 0 1.5rem; background-color: var(--primary); color: var(--headerColor); display: inline-block; position: relative; z-index: 1; } #sbsr-2231 .cs-button-solid:before { content: ""; width: 0%; height: 100%; background: #000; opacity: 1; border-radius: 0.25rem; position: absolute; top: 0; left: 0; z-index: -1; transition: width 0.3s; } #sbsr-2231 .cs-button-solid:hover:before { width: 100%; } #sbsr-2231 .cs-image-group { /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */ font-size: min(2.17vw, .8rem); /* everything inside this box is in ems so we can scale it all down proportionally with a font size */ width: 41.875em; height: 26.75em; position: relative; z-index: 1; /* prevents flexbox from squishing it */ flex: none; order: -1; } #sbsr-2231 .cs-picture { display: block; position: absolute; } #sbsr-2231 .cs-picture img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; } #sbsr-2231 .cs-picture1 { width: 16.5625em; height: 20.25em; bottom: 1.25em; left: 1.25em; } #sbsr-2231 .cs-picture1::before { content: ""; width: 14.125em; height: 63.271605%; border: 0.25em solid var(--secondary); position: absolute; bottom: -1.25em; left: -1.25em; z-index: -1; } #sbsr-2231 .cs-picture2 { width: 21.5625em; height: 25.5em; top: 1.25em; right: 1.25em; } #sbsr-2231 .cs-picture2::before { content: ""; width: 12.3125em; height: 57.598039%; border: 0.25em solid var(--secondary); position: absolute; top: -1.25em; right: -1.25em; z-index: -1; } #sbsr-2231 .cs-flower { /* 84px - 309px */ width: clamp(5.25rem, 22vw, 19.3125rem); height: auto; display: block; position: absolute; /* 16px - 114px */ top: calc(clamp(1rem, 7vw, 7.125rem) * -1); /* 32px - 100px */ right: calc(clamp(2rem, 8vw, 6.25rem) * -1); z-index: -1; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #sbsr-2231 .cs-container { max-width: 80rem; } #sbsr-2231 .cs-image-group { order: initial; } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #sbsr-2231 .cs-container { flex-direction: row; align-items: stretch; } #sbsr-2231 .cs-content { text-align: left; align-items: flex-start; align-self: center; } #sbsr-2231 .cs-image-group { font-size: min(1.3vw, 1rem); min-height: 26.75em; height: auto; } #sbsr-2231 .cs-picture1 { height: auto; top: 3.875em; bottom: 2.625em; } #sbsr-2231 .cs-picture2 { height: auto; top: 1.25em; bottom: 0em; } } /* Large Desktop - 1400px */ @media only screen and (min-width: 87.5rem) { #sbsr-2231 .cs-flower { left: -4.375rem; right: auto; top: -1.875rem; transform: rotate(-100deg); } }
/*-- -------------------------- --> <--- Side By Side Reverse --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #sbsr-2231 { padding: var(--sectionPadding); background-color: #fdfaf8; overflow: hidden; position: relative; z-index: 1; } #sbsr-2231 .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: 44rem; margin: auto; display: flex; flex-direction: column; align-items: center; /* 48px - 64px */ gap: clamp(3rem, 6vw, 4rem); } #sbsr-2231 .cs-content { /* set text align to left if content needs to be left aligned */ text-align: center; width: 100%; max-width: 36.625rem; display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: center; } #sbsr-2231 .cs-title { max-width: 30ch; } #sbsr-2231 .cs-text { margin-bottom: 2rem; } #sbsr-2231 .cs-button-solid { font-size: 1rem; font-weight: 700; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-align: center; text-decoration: none; min-width: 9.375rem; margin: 0; padding: 0 1.5rem; background-color: var(--primary); color: var(--headerColor); display: inline-block; position: relative; z-index: 1; } #sbsr-2231 .cs-button-solid:before { content: ""; width: 0%; height: 100%; background: #000; opacity: 1; border-radius: 0.25rem; position: absolute; top: 0; left: 0; z-index: -1; transition: width 0.3s; } #sbsr-2231 .cs-button-solid:hover:before { width: 100%; } #sbsr-2231 .cs-image-group { /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */ font-size: min(2.17vw, .8rem); /* everything inside this box is in ems so we can scale it all down proportionally with a font size */ width: 41.875em; height: 26.75em; position: relative; z-index: 1; /* prevents flexbox from squishing it */ flex: none; order: -1; } #sbsr-2231 .cs-picture { display: block; position: absolute; } #sbsr-2231 .cs-picture img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; } #sbsr-2231 .cs-picture1 { width: 16.5625em; height: 20.25em; bottom: 1.25em; left: 1.25em; } #sbsr-2231 .cs-picture1::before { content: ""; width: 14.125em; height: 63.271605%; border: 0.25em solid var(--secondary); position: absolute; bottom: -1.25em; left: -1.25em; z-index: -1; } #sbsr-2231 .cs-picture2 { width: 21.5625em; height: 25.5em; top: 1.25em; right: 1.25em; } #sbsr-2231 .cs-picture2::before { content: ""; width: 12.3125em; height: 57.598039%; border: 0.25em solid var(--secondary); position: absolute; top: -1.25em; right: -1.25em; z-index: -1; } #sbsr-2231 .cs-flower { /* 84px - 309px */ width: clamp(5.25rem, 22vw, 19.3125rem); height: auto; display: block; position: absolute; /* 16px - 114px */ top: calc(clamp(1rem, 7vw, 7.125rem) * -1); /* 32px - 100px */ right: calc(clamp(2rem, 8vw, 6.25rem) * -1); z-index: -1; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #sbsr-2231 .cs-container { max-width: 80rem; } #sbsr-2231 .cs-image-group { order: initial; } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #sbsr-2231 .cs-container { flex-direction: row; align-items: stretch; } #sbsr-2231 .cs-content { text-align: left; align-items: flex-start; align-self: center; } #sbsr-2231 .cs-image-group { font-size: min(1.3vw, 1rem); min-height: 26.75em; height: auto; } #sbsr-2231 .cs-picture1 { height: auto; top: 3.875em; bottom: 2.625em; } #sbsr-2231 .cs-picture2 { height: auto; top: 1.25em; bottom: 0em; } } /* Large Desktop - 1400px */ @media only screen and (min-width: 87.5rem) { #sbsr-2231 .cs-flower { left: -4.375rem; right: auto; top: -1.875rem; transform: rotate(-100deg); } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode #sbsr-2231 { background-color: rgba(0, 0, 0, 0.2); } body.dark-mode #sbsr-2231 .cs-title, body.dark-mode #sbsr-2231 .cs-text { color: var(--bodyTextColorWhite); } body.dark-mode #sbsr-2231 .cs-text { opacity: 0.8; } }
/*-- -------------------------- --> <--- Side By Side Reverse --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #sbsr-2231 { padding: var(--sectionPadding); background-color: #fdfaf8; overflow: hidden; position: relative; z-index: 1; .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: (704/16rem); margin: auto; display: flex; flex-direction: column; align-items: center; /* 48px - 64px */ gap: clamp(3rem, 6vw, 4rem); } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: center; width: 100%; max-width: (586/16rem); display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: center; } .cs-title { max-width: 30ch; } .cs-text { margin-bottom: (32/16rem); } .cs-button-solid { font-size: (16/16rem); font-weight: 700; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-align: center; text-decoration: none; min-width: (150/16rem); margin: 0; padding: 0 (24/16rem); background-color: var(--primary); color: var(--headerColor); display: inline-block; position: relative; z-index: 1; &:before { content: ""; width: 0%; height: 100%; background: #000; opacity: 1; border-radius: (4/16rem); position: absolute; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { &:before { width: 100%; } } } .cs-image-group { /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */ font-size: ~"min(2.17vw, .8rem)"; /* everything inside this box is in ems so we can scale it all down proportionally with a font size */ width: (670/16em); height: (428/16em); position: relative; z-index: 1; /* prevents flexbox from squishing it */ flex: none; order: -1; } .cs-picture { display: block; position: absolute; img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; } } .cs-picture1 { width: (265/16em); height: (324/16em); bottom: (20/16em); left: (20/16em); &::before { content: ""; width: (226/16em); height: 63.271605%; border: (4/16em) solid var(--secondary); position: absolute; bottom: (-20/16em); left: (-20/16em); z-index: -1; } } .cs-picture2 { width: (345/16em); height: (408/16em); top: (20/16em); right: (20/16em); &::before { content: ""; width: (197/16em); height: 57.598039%; border: (4/16em) solid var(--secondary); position: absolute; top: (-20/16em); right: (-20/16em); z-index: -1; } } .cs-flower { /* 84px - 309px */ width: clamp(5.25rem, 22vw, 19.3125rem); height: auto; display: block; position: absolute; /* 16px - 114px */ top: calc(clamp(1rem, 7vw, 7.125rem) * -1); /* 32px - 100px */ right: calc(clamp(2rem, 8vw, 6.25rem) * -1); z-index: -1; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #sbsr-2231 { .cs-container { max-width: (1280/16rem); } .cs-image-group { order: initial; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #sbsr-2231 { .cs-container { flex-direction: row; align-items: stretch; } .cs-content { text-align: left; align-items: flex-start; align-self: center; } .cs-image-group { font-size: ~"min(1.3vw, 1rem)"; min-height: (428/16em); height: auto; } .cs-picture1 { height: auto; top: (62/16em); bottom: (42/16em); } .cs-picture2 { height: auto; top: (20/16em); bottom: (0/16em); } } } /* Large Desktop - 1400px */ @media only screen and (min-width: 87.5rem) { #sbsr-2231 { .cs-flower { left: (-70/16rem); right: auto; top: (-30/16rem); transform: rotate(-100deg); } } }
/*-- -------------------------- --> <--- Side By Side Reverse --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #sbsr-2231 { padding: var(--sectionPadding); background-color: #fdfaf8; overflow: hidden; position: relative; z-index: 1; .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: (704/16rem); margin: auto; display: flex; flex-direction: column; align-items: center; /* 48px - 64px */ gap: clamp(3rem, 6vw, 4rem); } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: center; width: 100%; max-width: (586/16rem); display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: center; } .cs-title { max-width: 30ch; } .cs-text { margin-bottom: (32/16rem); } .cs-button-solid { font-size: (16/16rem); font-weight: 700; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-align: center; text-decoration: none; min-width: (150/16rem); margin: 0; padding: 0 (24/16rem); background-color: var(--primary); color: var(--headerColor); display: inline-block; position: relative; z-index: 1; &:before { content: ""; width: 0%; height: 100%; background: #000; opacity: 1; border-radius: (4/16rem); position: absolute; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { &:before { width: 100%; } } } .cs-image-group { /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */ font-size: ~"min(2.17vw, .8rem)"; /* everything inside this box is in ems so we can scale it all down proportionally with a font size */ width: (670/16em); height: (428/16em); position: relative; z-index: 1; /* prevents flexbox from squishing it */ flex: none; order: -1; } .cs-picture { display: block; position: absolute; img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; } } .cs-picture1 { width: (265/16em); height: (324/16em); bottom: (20/16em); left: (20/16em); &::before { content: ""; width: (226/16em); height: 63.271605%; border: (4/16em) solid var(--secondary); position: absolute; bottom: (-20/16em); left: (-20/16em); z-index: -1; } } .cs-picture2 { width: (345/16em); height: (408/16em); top: (20/16em); right: (20/16em); &::before { content: ""; width: (197/16em); height: 57.598039%; border: (4/16em) solid var(--secondary); position: absolute; top: (-20/16em); right: (-20/16em); z-index: -1; } } .cs-flower { /* 84px - 309px */ width: clamp(5.25rem, 22vw, 19.3125rem); height: auto; display: block; position: absolute; /* 16px - 114px */ top: calc(clamp(1rem, 7vw, 7.125rem) * -1); /* 32px - 100px */ right: calc(clamp(2rem, 8vw, 6.25rem) * -1); z-index: -1; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #sbsr-2231 { .cs-container { max-width: (1280/16rem); } .cs-image-group { order: initial; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #sbsr-2231 { .cs-container { flex-direction: row; align-items: stretch; } .cs-content { text-align: left; align-items: flex-start; align-self: center; } .cs-image-group { font-size: ~"min(1.3vw, 1rem)"; min-height: (428/16em); height: auto; } .cs-picture1 { height: auto; top: (62/16em); bottom: (42/16em); } .cs-picture2 { height: auto; top: (20/16em); bottom: (0/16em); } } } /* Large Desktop - 1400px */ @media only screen and (min-width: 87.5rem) { #sbsr-2231 { .cs-flower { left: (-70/16rem); right: auto; top: (-30/16rem); transform: rotate(-100deg); } } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode { #sbsr-2231 { background-color: rgba(0, 0, 0, 0.2); .cs-title, .cs-text { color: var(--bodyTextColorWhite); } .cs-text { opacity: 0.8; } } } }
/*-- -------------------------- --> <--- Side By Side Reverse --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #sbsr-2231 { padding: var(--sectionPadding); background-color: #fdfaf8; overflow: hidden; position: relative; z-index: 1; .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: calc(704/16 * 1rem); margin: auto; display: flex; flex-direction: column; align-items: center; /* 48px - 64px */ gap: clamp(3rem, 6vw, 4rem); } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: center; width: 100%; max-width: calc(586/16 * 1rem); display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: center; } .cs-title { max-width: 30ch; } .cs-text { margin-bottom: calc(32/16 * 1rem); } .cs-button-solid { font-size: calc(16/16 * 1rem); font-weight: 700; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-align: center; text-decoration: none; min-width: calc(150/16 * 1rem); margin: 0; padding: 0 calc(24/16 * 1rem); background-color: var(--primary); color: var(--headerColor); display: inline-block; position: relative; z-index: 1; &:before { content: ""; width: 0%; height: 100%; background: #000; opacity: 1; border-radius: calc(4/16 * 1rem); position: absolute; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { &:before { width: 100%; } } } .cs-image-group { /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */ font-size: min(2.17vw, .8rem); /* everything inside this box is in ems so we can scale it all down proportionally with a font size */ width: calc(670/16 * 1em); height: calc(428/16 * 1em); position: relative; z-index: 1; /* prevents flexbox from squishing it */ flex: none; order: -1; } .cs-picture { display: block; position: absolute; img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; } } .cs-picture1 { width: calc(265/16 * 1em); height: calc(324/16 * 1em); bottom: calc(20/16 * 1em); left: calc(20/16 * 1em); &::before { content: ""; width: calc(226/16 * 1em); height: 63.271605%; border: calc(4/16 * 1em) solid var(--secondary); position: absolute; bottom: calc(-20/16 * 1em); left: calc(-20/16 * 1em); z-index: -1; } } .cs-picture2 { width: calc(345/16 * 1em); height: calc(408/16 * 1em); top: calc(20/16 * 1em); right: calc(20/16 * 1em); &::before { content: ""; width: calc(197/16 * 1em); height: 57.598039%; border: calc(4/16 * 1em) solid var(--secondary); position: absolute; top: calc(-20/16 * 1em); right: calc(-20/16 * 1em); z-index: -1; } } .cs-flower { /* 84px - 309px */ width: clamp(5.25rem, 22vw, 19.3125rem); height: auto; display: block; position: absolute; /* 16px - 114px */ top: calc(clamp(1rem, 7vw, 7.125rem) * -1); /* 32px - 100px */ right: calc(clamp(2rem, 8vw, 6.25rem) * -1); z-index: -1; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #sbsr-2231 { .cs-container { max-width: calc(1280/16 * 1rem); } .cs-image-group { order: initial; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #sbsr-2231 { .cs-container { flex-direction: row; align-items: stretch; } .cs-content { text-align: left; align-items: flex-start; align-self: center; } .cs-image-group { font-size: min(1.3vw, 1rem); min-height: calc(428/16 * 1em); height: auto; } .cs-picture1 { height: auto; top: calc(62/16 * 1em); bottom: calc(42/16 * 1em); } .cs-picture2 { height: auto; top: calc(20/16 * 1em); bottom: calc(0/16 * 1em); } } } /* Large Desktop - 1400px */ @media only screen and (min-width: 87.5rem) { #sbsr-2231 { .cs-flower { left: calc(-70/16 * 1rem); right: auto; top: calc(-30/16 * 1rem); transform: rotate(-100deg); } } }
/*-- -------------------------- --> <--- Side By Side Reverse --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #sbsr-2231 { padding: var(--sectionPadding); background-color: #fdfaf8; overflow: hidden; position: relative; z-index: 1; .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: calc(704/16 * 1rem); margin: auto; display: flex; flex-direction: column; align-items: center; /* 48px - 64px */ gap: clamp(3rem, 6vw, 4rem); } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: center; width: 100%; max-width: calc(586/16 * 1rem); display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: center; } .cs-title { max-width: 30ch; } .cs-text { margin-bottom: calc(32/16 * 1rem); } .cs-button-solid { font-size: calc(16/16 * 1rem); font-weight: 700; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-align: center; text-decoration: none; min-width: calc(150/16 * 1rem); margin: 0; padding: 0 calc(24/16 * 1rem); background-color: var(--primary); color: var(--headerColor); display: inline-block; position: relative; z-index: 1; &:before { content: ""; width: 0%; height: 100%; background: #000; opacity: 1; border-radius: calc(4/16 * 1rem); position: absolute; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { &:before { width: 100%; } } } .cs-image-group { /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */ font-size: min(2.17vw, .8rem); /* everything inside this box is in ems so we can scale it all down proportionally with a font size */ width: calc(670/16 * 1em); height: calc(428/16 * 1em); position: relative; z-index: 1; /* prevents flexbox from squishing it */ flex: none; order: -1; } .cs-picture { display: block; position: absolute; img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; } } .cs-picture1 { width: calc(265/16 * 1em); height: calc(324/16 * 1em); bottom: calc(20/16 * 1em); left: calc(20/16 * 1em); &::before { content: ""; width: calc(226/16 * 1em); height: 63.271605%; border: calc(4/16 * 1em) solid var(--secondary); position: absolute; bottom: calc(-20/16 * 1em); left: calc(-20/16 * 1em); z-index: -1; } } .cs-picture2 { width: calc(345/16 * 1em); height: calc(408/16 * 1em); top: calc(20/16 * 1em); right: calc(20/16 * 1em); &::before { content: ""; width: calc(197/16 * 1em); height: 57.598039%; border: calc(4/16 * 1em) solid var(--secondary); position: absolute; top: calc(-20/16 * 1em); right: calc(-20/16 * 1em); z-index: -1; } } .cs-flower { /* 84px - 309px */ width: clamp(5.25rem, 22vw, 19.3125rem); height: auto; display: block; position: absolute; /* 16px - 114px */ top: calc(clamp(1rem, 7vw, 7.125rem) * -1); /* 32px - 100px */ right: calc(clamp(2rem, 8vw, 6.25rem) * -1); z-index: -1; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #sbsr-2231 { .cs-container { max-width: calc(1280/16 * 1rem); } .cs-image-group { order: initial; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #sbsr-2231 { .cs-container { flex-direction: row; align-items: stretch; } .cs-content { text-align: left; align-items: flex-start; align-self: center; } .cs-image-group { font-size: min(1.3vw, 1rem); min-height: calc(428/16 * 1em); height: auto; } .cs-picture1 { height: auto; top: calc(62/16 * 1em); bottom: calc(42/16 * 1em); } .cs-picture2 { height: auto; top: calc(20/16 * 1em); bottom: calc(0/16 * 1em); } } } /* Large Desktop - 1400px */ @media only screen and (min-width: 87.5rem) { #sbsr-2231 { .cs-flower { left: calc(-70/16 * 1rem); right: auto; top: calc(-30/16 * 1rem); transform: rotate(-100deg); } } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode { #sbsr-2231 { background-color: rgba(0, 0, 0, 0.2); .cs-title, .cs-text { color: var(--bodyTextColorWhite); } .cs-text { opacity: 0.8; } } } }
: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