Logo Oxygen Builder How To

6 - How to make a creative ribbon shape in Oxygen Builder

Content

Structure

Oxy How To Oxygen Builder
  • The structure consists of a DIV with an image as background.
  • Inside the previous DIV there are two others where we are going to put the Left and Right ribbons.
  • In each DIV a text 

CSS Code

Oxy How To Oxygen Builder

The CSS code is placed in the Advanced - Custom CSS property inside each element.

To learn how to do it visit the following link

How to put custom CSS code inside Oxygen Builder

1 - Card

1.1 - Card Code


align-items: center;
text-align: center;
position:relative;
width:300px;
height:500px;
background-size:cover;
box-shadow:0 25px 50px 10px rgba(0,0,0,0.15); 
border-radius:20px;
justify-content: center;

2 - Left Ribbon

2.1 - Left Ribbon Code


position: absolute;
top:350px;
left: -15px;
width: 230px;
height: 50px;
background-color:rgba(85,169,203,0.40);
border-radius: 30px;
border-bottom-left-radius: 0;
justify-content: center;

2.2 - Left Ribbon :after Code


position:absolute;
top: 50px;
width:15px;
height:15px;
background-color:rgba(85,169,203,0.40);
z-index:1;

2.3 - Left Ribbon :before Code


position:absolute;
top: 50px;
width:15px;
height:30px;
background-color:rgba(85,169,203,0.95);
border-top-left-radius:20px;
border-bottom-left-radius:20px;
z-index:2;

Left Text

2.4 - Left Text Code


color:#011f4b;
font-size:20px;
font-weight:700;
padding-left:30px

3 - Right Ribbon

Left Text

3.1 - Right Ribbon Code


position: absolute;
top: 430px;
right: -15px;
width: 230px;
height: 50px;
background-color:rgba(85,169,203,0.40);
border-radius: 30px;
border-top-right-radius: 0;
justify-content: center;

Left Text

3.2 - Right Ribbon :after Code


position:absolute;
top:-15px;
right:0px;
width:15px;
height:15px;
background-color:rgba(85,169,203,0.40);
z-index:1;

Left Text

3.3 - Right Ribbon :before Code


position:absolute;
top: -30px;
right:0px;
width:15px;
height:30px;
background-color:rgba(85,169,203,0.95);
border-top-right-radius:20px;
border-bottom-right-radius:20px;
z-index:2;

Left Text
Text Right

3.4 - Right Text Codeo


color:#011f4b;
font-size:20px;
font-weight:700;
padding-left:60px

Diana Lee
Top Model

Code for end card with image


align-items: center;
text-align: center;
position:relative;
width:300px;
height:500px;
background-size:cover;
/* Add a background image */
background-image: url(https://oxyhowto.com/
wp-content/uploads/2021/10/stock-photo-59190152.jpg);
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
box-shadow:0 25px 50px 10px rgba(0,0,0,0.15); 
border-radius:20px;
justify-content: center;

You like me?
Take a second to support us on PayPal or Patreon!

Oxy How To Oxygen Builder
If you have any suggestions, please let us know
suggestions

You can share it on:

linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram