<aside> 📌 How to add more colourful text boxes to a Carrd.co site

</aside>

Style 1 – lozenges

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/803bccb2-f30b-4385-bc34-5f2afb802094/Untitled.png

You can see this live on my makerdesign.tools site.

Step 1 – add the text

Step 2 – add the CSS code

The below code needs to be added in a hidden Embed element in your Carrd website.

<style>
.tools { background-color: #d14422; }
.tutorials { background-color: #0e6bae; }
.templates { background-color: #601aa7; }
.inspiration { background-color: #b11c3c; }
.images { background-color: #2346a5; }
.icons { background-color: #5b5b5b; }
.fonts { background-color: #0a9690; }
.colours { background-color: #2d7f17; }

.tools, .tutorials, .templates, .inspiration { padding: 20px; border-radius: 100px; }
</style>

Style 2 – boxes

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/169f24ed-5b95-416f-b80c-eff6b3ac9ab6/Untitled.png

You can see this live on my extrasfor.carrd.co site.