Skip to main content

Command Palette

Search for a command to run...

Side arrow on blurb

Updated
1 min readView as Markdown

Source: Elegant Themes

Place this code in the after field

image.png

content: '';
display:block;
height:60px; /* Size of the shape */
width:60px; /* Size of the shape */
position:absolute;
top:40%;
right:-30px;
z-index: -1;
background-color: #e8e8e8; /* Colour of the shape */
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
5 views