Do It Yourself – Tutorials – How to create a simple vertical timeline in Squarespace // Squarespace CSS Tutorial

by | May 26, 2021 | 0 comments

Do It Yourself – Tutorials – How to create a simple vertical timeline in Squarespace // Squarespace CSS Tutorial

by | May 26, 2021 | Do It Yourself - Build Your Own Website | 0 comments

Do It Yourself – Website Tutorials



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

This tutorial features my 7.1 demo site, but the codes will work in any theme in version 7

In this tutorial I am going to show you how to create a simple vertical timeline using a markdown block styled with some custom CSS.

A few important things to note before you copy and paste the code below 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.

🔗 This code uses a markdown block. If you have more than one markdown block on your site, I STRONGLY recommend installing it on a single page and not site wide. Here is a link to the tutorial on how to install this code on a single page in your Squarespace site: https://www.youtube.com/watch?v=kX6kRjCbzu8

🙋 Need some help? Visit ​https://insidethesquare.co/code-help​ to see my current support options.

Here is the code from this tutorial. Be sure to change up the color codes and px values to suit your own website style!

.sqs-block-markdown {
border-left: 2px solid #CCC;
}

.sqs-block-markdown h3:before {
content: ” “;
display: block;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #000;
border: 3px solid #CCC;
position: absolute;
top: 10px;
left: -30px
}


🤩 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 ❤️

🙋 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

source