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)
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)
4 Column
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
<!-- ============================================ --> <!-- Footer --> <!-- ============================================ --> <footer id="cs-footer-274"> <div class="cs-container"> <!-- Logo Group --> <div class="cs-logo-group"> <a aria-label="go back to home" class="cs-logo" href=""> <!-- Remove the light class if you don't need the dark logo --> <img class="cs-logo-img" aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Footer/logo.svg" alt="logo" width="240" height="32"> </a> <div class="cs-social"> <a class="cs-social-link" aria-label="visit google profile" href=""> <img class="cs-social-img" aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Social/google.svg" alt="google" width="11" height="11"> </a> <a class="cs-social-link" aria-label="visit facebook profile" href=""> <img class="cs-social-img" aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Social/Facebook.svg" alt="facebook" width="6" height="11"> </a> <a class="cs-social-link" aria-label="visit instagram profile" href=""> <img class="cs-social-img" aria-hidden="true" loading="lazy" decoding="async" src="https://csimg.nyc3.digitaloceanspaces.com/Social/instagram.svg" alt="instagram" width="11" height="11"> </a> </div> </div> <!-- Links --> <ul class="cs-nav"> <li class="cs-nav-li"> <span class="cs-header">Contact</span> </li> <li class="cs-nav-li"> <a class="cs-nav-link" href="tel:123-456 7890">(123) 456 7890</a> </li> <li class="cs-nav-li"> <a class="cs-nav-link" href="mailto:info@codestitch.com">info@codestitch.com</a> </li> </ul> <ul class="cs-nav"> <li class="cs-nav-li"> <span class="cs-header">Address</span> </li> <li class="cs-nav-li"> <a class="cs-nav-link" href="">123 Avenue Street<br> Oak Harbor, WA 98101</a> </li> </ul> <!-- Contact Info --> <ul class="cs-nav"> <li class="cs-nav-li"> <span class="cs-header">Opening Hours</span> </li> <li class="cs-nav-li"> Tuesday, Thursday, Friday: 9am-6pm </li> <li class="cs-nav-li"> (closed for lunch 12pm-2pm) </li> </ul> </div> </footer>
/*-- -------------------------- --> <--- Footer --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #cs-footer-274 { padding: var(--sectionPadding); /* Navigation Links */ } #cs-footer-274 .cs-container { width: 100%; /* reset on tablet */ max-width: 34.375rem; margin: auto; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; column-gap: 5.5rem; row-gap: 2rem; } #cs-footer-274 .cs-logo-group { /* takes up all the space, lets the other ul's wrap below it */ width: 100%; position: relative; } #cs-footer-274 .cs-logo-group { /* 44px - 52px */ margin-bottom: clamp(2.75rem, 6.8vw, 3.25rem); } #cs-footer-274 .cs-logo { /* 210px - 240px */ width: clamp(13.125rem, 8vw, 15rem); height: auto; display: block; } #cs-footer-274 .cs-logo-img { width: 100%; height: auto; } #cs-footer-274 .cs-social { display: inline-flex; flex-direction: column; justify-content: flex-start; gap: 0.75rem; position: absolute; top: 0; right: 0; } #cs-footer-274 .cs-social-link { width: 1.5rem; height: 1.5rem; background-color: #4e4b66; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; transition: transform 0.3s, background-color 0.3s; } #cs-footer-274 .cs-social-link:hover { background-color: var(--primary); transform: translateY(-0.1875rem); } #cs-footer-274 .cs-social-img { height: 0.8125rem; width: auto; display: block; } #cs-footer-274 .cs-nav { padding: 0; margin: 0; } #cs-footer-274 .cs-nav-li { list-style: none; margin: 0; color: var(--bodyTextColor); } #cs-footer-274 .cs-header { font-size: 1rem; line-height: 1.5em; font-weight: 700; /* 16px - 20px */ margin-bottom: clamp(1rem, 2.7vw, 1.25rem); color: var(--bodyTextColor); position: relative; display: block; } #cs-footer-274 .cs-nav-link { font-size: 1rem; text-decoration: none; line-height: 1.5em; color: var(--bodyTextColor); position: relative; } #cs-footer-274 .cs-nav-link:before { /* underline */ content: ""; width: 0%; height: 0.125rem; background: var(--bodyTextColor); opacity: 1; position: absolute; display: block; bottom: -0.125rem; left: 0; transition: width 0.3s; } #cs-footer-274 .cs-nav-link:hover:before { width: 100%; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #cs-footer-274 .cs-container { max-width: 80rem; row-gap: 0; /* 44px - 88px */ column-gap: clamp(2.75rem, calc(6%), 5.5rem); } #cs-footer-274 .cs-logo-group { display: flex; justify-content: space-between; align-items: flex-start; } #cs-footer-274 .cs-social { flex-direction: row; position: relative; top: auto; right: auto; } } /* Small Desktop - 1024px */ @media only screen and (min-width: 64rem) { #cs-footer-274 .cs-container { justify-content: flex-end; } #cs-footer-274 .cs-logo-group { width: auto; margin: 0; /* pushes the rest of the content to the right in a flexbox */ margin-right: auto; flex-direction: column; } #cs-footer-274 .cs-logo-img { margin-bottom: 2.75rem; } #cs-footer-274 .cs-nav { margin-top: 0.75rem; } }
/*-- -------------------------- --> <--- Footer --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #cs-footer-274 { padding: var(--sectionPadding); /* Navigation Links */ } #cs-footer-274 .cs-container { width: 100%; /* reset on tablet */ max-width: 34.375rem; margin: auto; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; column-gap: 5.5rem; row-gap: 2rem; } #cs-footer-274 .cs-logo-group { /* takes up all the space, lets the other ul's wrap below it */ width: 100%; position: relative; } #cs-footer-274 .cs-logo-group { /* 44px - 52px */ margin-bottom: clamp(2.75rem, 6.8vw, 3.25rem); } #cs-footer-274 .cs-logo { /* 210px - 240px */ width: clamp(13.125rem, 8vw, 15rem); height: auto; display: block; } #cs-footer-274 .cs-logo-img { width: 100%; height: auto; } #cs-footer-274 .cs-social { display: inline-flex; flex-direction: column; justify-content: flex-start; gap: 0.75rem; position: absolute; top: 0; right: 0; } #cs-footer-274 .cs-social-link { width: 1.5rem; height: 1.5rem; background-color: #4e4b66; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; transition: transform 0.3s, background-color 0.3s; } #cs-footer-274 .cs-social-link:hover { background-color: var(--primary); transform: translateY(-0.1875rem); } #cs-footer-274 .cs-social-img { height: 0.8125rem; width: auto; display: block; } #cs-footer-274 .cs-nav { padding: 0; margin: 0; } #cs-footer-274 .cs-nav-li { list-style: none; margin: 0; color: var(--bodyTextColor); } #cs-footer-274 .cs-header { font-size: 1rem; line-height: 1.5em; font-weight: 700; /* 16px - 20px */ margin-bottom: clamp(1rem, 2.7vw, 1.25rem); color: var(--bodyTextColor); position: relative; display: block; } #cs-footer-274 .cs-nav-link { font-size: 1rem; text-decoration: none; line-height: 1.5em; color: var(--bodyTextColor); position: relative; } #cs-footer-274 .cs-nav-link:before { /* underline */ content: ""; width: 0%; height: 0.125rem; background: var(--bodyTextColor); opacity: 1; position: absolute; display: block; bottom: -0.125rem; left: 0; transition: width 0.3s; } #cs-footer-274 .cs-nav-link:hover:before { width: 100%; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #cs-footer-274 .cs-container { max-width: 80rem; row-gap: 0; /* 44px - 88px */ column-gap: clamp(2.75rem, calc(6%), 5.5rem); } #cs-footer-274 .cs-logo-group { display: flex; justify-content: space-between; align-items: flex-start; } #cs-footer-274 .cs-social { flex-direction: row; position: relative; top: auto; right: auto; } } /* Small Desktop - 1024px */ @media only screen and (min-width: 64rem) { #cs-footer-274 .cs-container { justify-content: flex-end; } #cs-footer-274 .cs-logo-group { width: auto; margin: 0; /* pushes the rest of the content to the right in a flexbox */ margin-right: auto; flex-direction: column; } #cs-footer-274 .cs-logo-img { margin-bottom: 2.75rem; } #cs-footer-274 .cs-nav { margin-top: 0.75rem; } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode #cs-footer-274 { background-color: rgba(0, 0, 0, 0.2); } body.dark-mode #cs-footer-274 .cs-text, body.dark-mode #cs-footer-274 .cs-header, body.dark-mode #cs-footer-274 .cs-nav-link, body.dark-mode #cs-footer-274 .cs-nav-li { color: var(--bodyTextColorWhite); } body.dark-mode #cs-footer-274 .cs-text:before, body.dark-mode #cs-footer-274 .cs-header:before, body.dark-mode #cs-footer-274 .cs-nav-link:before, body.dark-mode #cs-footer-274 .cs-nav-li:before { background-color: var(--bodyTextColorWhite); } body.dark-mode #cs-footer-274 .cs-logo { /* turns it white */ filter: grayscale(1) brightness(1000%); } body.dark-mode #cs-footer-274 .cs-copyright { color: #b4b2c7; } }
/*-- -------------------------- --> <--- Footer --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #cs-footer-274 { padding: var(--sectionPadding); .cs-container { width: 100%; /* reset on tablet */ max-width: (550/16rem); margin: auto; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; column-gap: (88/16rem); row-gap: (32/16rem); } .cs-logo-group { /* takes up all the space, lets the other ul's wrap below it */ width: 100%; position: relative; } .cs-logo-group { /* 44px - 52px */ margin-bottom: clamp(2.75rem, 6.8vw, 3.25rem); } .cs-logo { /* 210px - 240px */ width: clamp(13.125rem, 8vw, 15rem); height: auto; display: block; } .cs-logo-img { width: 100%; height: auto; } .cs-social { display: inline-flex; flex-direction: column; justify-content: flex-start; gap: (12/16rem); position: absolute; top: 0; right: 0; } .cs-social-link { width: (24/16rem); height: (24/16rem); background-color: #4e4b66; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; transition: transform 0.3s, background-color 0.3s; &:hover { background-color: var(--primary); transform: translateY(-0.1875rem); } } .cs-social-img { height: (13/16rem); width: auto; display: block; } /* Navigation Links */ .cs-nav { padding: 0; margin: 0; } .cs-nav-li { list-style: none; margin: 0; color: var(--bodyTextColor); } .cs-header { font-size: (16/16rem); line-height: 1.5em; font-weight: 700; /* 16px - 20px */ margin-bottom: clamp(1rem, 2.7vw, 1.25rem); color: var(--bodyTextColor); position: relative; display: block; } .cs-nav-link { font-size: (16/16rem); text-decoration: none; line-height: 1.5em; color: var(--bodyTextColor); position: relative; &:before { /* underline */ content: ""; width: 0%; height: (2/16rem); background: var(--bodyTextColor); opacity: 1; position: absolute; display: block; bottom: (-2/16rem); left: 0; transition: width 0.3s; } &:hover { &:before { width: 100%; } } } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #cs-footer-274 { .cs-container { max-width: (1280/16rem); row-gap: 0; /* 44px - 88px */ column-gap: clamp(2.75rem, calc(5% + 1vw), 5.5rem); } .cs-logo-group { display: flex; justify-content: space-between; align-items: flex-start; } .cs-social { flex-direction: row; position: relative; top: auto; right: auto; } } } /* Small Desktop - 1024px */ @media only screen and (min-width: 64rem) { #cs-footer-274 { .cs-container { justify-content: flex-end; } .cs-logo-group { width: auto; margin: 0; /* pushes the rest of the content to the right in a flexbox */ margin-right: auto; flex-direction: column; } .cs-logo-img { margin-bottom: (44/16rem); } .cs-nav { margin-top: (12/16rem); } } }
/*-- -------------------------- --> <--- Footer --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #cs-footer-274 { padding: var(--sectionPadding); .cs-container { width: 100%; /* reset on tablet */ max-width: (550/16rem); margin: auto; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; column-gap: (88/16rem); row-gap: (32/16rem); } .cs-logo-group { /* takes up all the space, lets the other ul's wrap below it */ width: 100%; position: relative; } .cs-logo-group { /* 44px - 52px */ margin-bottom: clamp(2.75rem, 6.8vw, 3.25rem); } .cs-logo { /* 210px - 240px */ width: clamp(13.125rem, 8vw, 15rem); height: auto; display: block; } .cs-logo-img { width: 100%; height: auto; } .cs-social { display: inline-flex; flex-direction: column; justify-content: flex-start; gap: (12/16rem); position: absolute; top: 0; right: 0; } .cs-social-link { width: (24/16rem); height: (24/16rem); background-color: #4e4b66; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; transition: transform 0.3s, background-color 0.3s; &:hover { background-color: var(--primary); transform: translateY(-0.1875rem); } } .cs-social-img { height: (13/16rem); width: auto; display: block; } /* Navigation Links */ .cs-nav { padding: 0; margin: 0; } .cs-nav-li { list-style: none; margin: 0; color: var(--bodyTextColor); } .cs-header { font-size: (16/16rem); line-height: 1.5em; font-weight: 700; /* 16px - 20px */ margin-bottom: clamp(1rem, 2.7vw, 1.25rem); color: var(--bodyTextColor); position: relative; display: block; } .cs-nav-link { font-size: (16/16rem); text-decoration: none; line-height: 1.5em; color: var(--bodyTextColor); position: relative; &:before { /* underline */ content: ""; width: 0%; height: (2/16rem); background: var(--bodyTextColor); opacity: 1; position: absolute; display: block; bottom: (-2/16rem); left: 0; transition: width 0.3s; } &:hover { &:before { width: 100%; } } } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #cs-footer-274 { .cs-container { max-width: (1280/16rem); row-gap: 0; /* 44px - 88px */ column-gap: clamp(2.75rem, calc(5% + 1vw), 5.5rem); } .cs-logo-group { display: flex; justify-content: space-between; align-items: flex-start; } .cs-social { flex-direction: row; position: relative; top: auto; right: auto; } } } /* Small Desktop - 1024px */ @media only screen and (min-width: 64rem) { #cs-footer-274 { .cs-container { justify-content: flex-end; } .cs-logo-group { width: auto; margin: 0; /* pushes the rest of the content to the right in a flexbox */ margin-right: auto; flex-direction: column; } .cs-logo-img { margin-bottom: (44/16rem); } .cs-nav { margin-top: (12/16rem); } } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode { #cs-footer-274 { background-color: rgba(0, 0, 0, 0.2); .cs-text, .cs-header, .cs-nav-link, .cs-nav-li { color: var(--bodyTextColorWhite); &:before { background-color: var(--bodyTextColorWhite); } } .cs-logo { /* turns it white */ filter: grayscale(1) brightness(1000%); } .cs-copyright { color: #b4b2c7; } } } }
/*-- -------------------------- --> <--- Footer --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #cs-footer-274 { padding: var(--sectionPadding); .cs-container { width: 100%; /* reset on tablet */ max-width: calc(550 / 16 * 1rem); margin: auto; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; column-gap: calc(88 / 16 * 1rem); row-gap: calc(32 / 16 * 1rem); } .cs-logo-group { /* takes up all the space, lets the other ul's wrap below it */ width: 100%; position: relative; } .cs-logo-group { /* 44px - 52px */ margin-bottom: clamp(2.75rem, 6.8vw, 3.25rem); } .cs-logo { /* 210px - 240px */ width: clamp(13.125rem, 8vw, 15rem); height: auto; display: block; } .cs-logo-img { width: 100%; height: auto; } .cs-social { display: inline-flex; flex-direction: column; justify-content: flex-start; gap: calc(12 / 16 * 1rem); position: absolute; top: 0; right: 0; } .cs-social-link { width: calc(24 / 16 * 1rem); height: calc(24 / 16 * 1rem); background-color: #4e4b66; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; transition: transform 0.3s, background-color 0.3s; &:hover { background-color: var(--primary); transform: translateY(-0.1875rem); } } .cs-social-img { height: calc(13 / 16 * 1rem); width: auto; display: block; } /* Navigation Links */ .cs-nav { padding: 0; margin: 0; } .cs-nav-li { list-style: none; margin: 0; color: var(--bodyTextColor); } .cs-header { font-size: calc(16 / 16 * 1rem); line-height: 1.5em; font-weight: 700; /* 16px - 20px */ margin-bottom: clamp(1rem, 2.7vw, 1.25rem); color: var(--bodyTextColor); position: relative; display: block; } .cs-nav-link { font-size: calc(16 / 16 * 1rem); text-decoration: none; line-height: 1.5em; color: var(--bodyTextColor); position: relative; &:before { /* underline */ content: ""; width: 0%; height: calc(2 / 16 * 1rem); background: var(--bodyTextColor); opacity: 1; position: absolute; display: block; bottom: calc(-2 / 16 * 1rem); left: 0; transition: width 0.3s; } &:hover { &:before { width: 100%; } } } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #cs-footer-274 { .cs-container { max-width: calc(1280 / 16 * 1rem); row-gap: 0; /* 44px - 88px */ column-gap: clamp(2.75rem, calc(5% + 1vw), 5.5rem); } .cs-logo-group { display: flex; justify-content: space-between; align-items: flex-start; } .cs-social { flex-direction: row; position: relative; top: auto; right: auto; } } } /* Small Desktop - 1024px */ @media only screen and (min-width: 64rem) { #cs-footer-274 { .cs-container { justify-content: flex-end; } .cs-logo-group { width: auto; margin: 0; /* pushes the rest of the content to the right in a flexbox */ margin-right: auto; flex-direction: column; } .cs-logo-img { margin-bottom: calc(44 / 16 * 1rem); } .cs-nav { margin-top: calc(12 / 16 * 1rem); } } }
/*-- -------------------------- --> <--- Footer --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #cs-footer-274 { padding: var(--sectionPadding); .cs-container { width: 100%; /* reset on tablet */ max-width: calc(550 / 16 * 1rem); margin: auto; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; column-gap: calc(88 / 16 * 1rem); row-gap: calc(32 / 16 * 1rem); } .cs-logo-group { /* takes up all the space, lets the other ul's wrap below it */ width: 100%; position: relative; } .cs-logo-group { /* 44px - 52px */ margin-bottom: clamp(2.75rem, 6.8vw, 3.25rem); } .cs-logo { /* 210px - 240px */ width: clamp(13.125rem, 8vw, 15rem); height: auto; display: block; } .cs-logo-img { width: 100%; height: auto; } .cs-social { display: inline-flex; flex-direction: column; justify-content: flex-start; gap: calc(12 / 16 * 1rem); position: absolute; top: 0; right: 0; } .cs-social-link { width: calc(24 / 16 * 1rem); height: calc(24 / 16 * 1rem); background-color: #4e4b66; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; transition: transform 0.3s, background-color 0.3s; &:hover { background-color: var(--primary); transform: translateY(-0.1875rem); } } .cs-social-img { height: calc(13 / 16 * 1rem); width: auto; display: block; } /* Navigation Links */ .cs-nav { padding: 0; margin: 0; } .cs-nav-li { list-style: none; margin: 0; color: var(--bodyTextColor); } .cs-header { font-size: calc(16 / 16 * 1rem); line-height: 1.5em; font-weight: 700; /* 16px - 20px */ margin-bottom: clamp(1rem, 2.7vw, 1.25rem); color: var(--bodyTextColor); position: relative; display: block; } .cs-nav-link { font-size: calc(16 / 16 * 1rem); text-decoration: none; line-height: 1.5em; color: var(--bodyTextColor); position: relative; &:before { /* underline */ content: ""; width: 0%; height: calc(2 / 16 * 1rem); background: var(--bodyTextColor); opacity: 1; position: absolute; display: block; bottom: calc(-2 / 16 * 1rem); left: 0; transition: width 0.3s; } &:hover { &:before { width: 100%; } } } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #cs-footer-274 { .cs-container { max-width: calc(1280 / 16 * 1rem); row-gap: 0; /* 44px - 88px */ column-gap: clamp(2.75rem, calc(5% + 1vw), 5.5rem); } .cs-logo-group { display: flex; justify-content: space-between; align-items: flex-start; } .cs-social { flex-direction: row; position: relative; top: auto; right: auto; } } } /* Small Desktop - 1024px */ @media only screen and (min-width: 64rem) { #cs-footer-274 { .cs-container { justify-content: flex-end; } .cs-logo-group { width: auto; margin: 0; /* pushes the rest of the content to the right in a flexbox */ margin-right: auto; flex-direction: column; } .cs-logo-img { margin-bottom: calc(44 / 16 * 1rem); } .cs-nav { margin-top: calc(12 / 16 * 1rem); } } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode { #cs-footer-274 { background-color: rgba(0, 0, 0, 0.2); .cs-text, .cs-header, .cs-nav-link, .cs-nav-li { color: var(--bodyTextColorWhite); &:before { background-color: var(--bodyTextColorWhite); } } .cs-logo { /* turns it white */ filter: grayscale(1) brightness(1000%); } .cs-copyright { color: #b4b2c7; } } } }
: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