Skip to main content

Command Palette

Search for a command to run...

Convert the call to action box into a speech bubble

Published
1 min readView as Markdown

Source: Divi Den

image.png

Inside the BEFORE box, add this:

border-radius: 0px;
position: absolute;
content: ”;
width: 0;
height: 0;
border-top: 100px solid #00d664;
border-right: 100px solid transparent;
right: 100px;
bottom: -100px;

And inside the MAIN ELEMENT box, add this:

border-radius: 50px;
42 views