Just getting started with Squarespace CSS? Awesome! 😍 I want to teach you the basics - grab my free Getting Started Guide here 👉 https://insidethesquare.co/learn
---
🥳 Ready to launch ? Use the code PARTNER10 for 10% off (affiliate code): https://insidethesquare.co/partner10
---
💕 Love this free Square space tutorial? You can donate via Paypal to help support my YouTube Channel https://www.paypal.com/paypalme/insid...
---
This tutorial is for any version of Squarespace, 7 or 7.1!
---
This tutorial will show you how to create a vertical line in Squarespace. A few important things to note before you copy and paste this into your own site:
There is more than one way to do this! This is just one approach of many because code is super customizable.
There are a TON of creative things you can do with border codes. To learn more about borders, visit https://insidethesquare.co/borders
+The block ID chrome extension I am using in this tutorial can be found here. Important note: I am not affiliated with that extension or company in any way, I just use it myself! https://chrome.google.com/webstore/de...
//-- solid line
#block-123456789 {border-left: 5px solid #50bdb8}
//-- dotted line
#block-123456789 {border-left: 5px solid #50bdb8}
//-- faded edges line
#block-123456789 {border-width: 5px; border-style: solid;
border-image: linear-gradient( to bottom, rgba(0,0,0,0), #000, rgba(0, 0, 0, 0)) 1 100%;
border-right:none}
//-- rainbow line
#block-123456789 {border-width: 5px; border-style: solid;
border-image: linear-gradient( to bottom, red, yellow, blue, purple) 1 100%;
border-right:none}
//--mobile only - don’t forget the extra curly bracket at the end to close your media query!
@media only screen and (min-width:480px){#block-12345698…..}
🤩 Ready for more codes? The codes in this tutorial are just the beginning of all the cool things you can do with Custom CSS! When you're ready to dive in and start customizing, you can use codes from my CSS Cheat Sheet. It has over 30 pages of code snippets and pro tips to help you get started. Download your copy 👉 https://InsideTheSquare.co/css
---
🥳 Ready to launch ? Use the code PARTNER10 for 10% off (affiliate code): https://insidethesquare.co/partner10 ❤️ #winwin
---
🙋 Need some help? Visit https://insidethesquare.co/code-help to see my current support options.
---
The term "Squarespace" is a trademark of Squarespace, Inc. This content is not affiliated with Squarespace, Inc. I just really love their platform ♥
---
#squarespace #squarespacecss #howto #customizesquarespace #css #squarespacetricks #squarespacehacks #squarespacetips