Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FinalDestiny/5b6f9093338bc3ccc6e1696af75b8fc1 to your computer and use it in GitHub Desktop.
Save FinalDestiny/5b6f9093338bc3ccc6e1696af75b8fc1 to your computer and use it in GitHub Desktop.
.et_pb_fullwidth_header .header-content {
position: relative;
}
.et_pb_fullwidth_header .header-content:before {
border: 10px solid #fff;
content: " ";
position: absolute;
left: -100px;
top: -60px;
border-right: 0;
border-bottom: 0;
width: 130px;
display: block;
height: 40px;
}
.et_pb_fullwidth_header .header-content:after {
position: absolute;
right: -100px;
bottom: -10px;
border: 10px solid #FFF;
display: block;
width: 130px;
height: 40px;
content: " ";
border-left: 0;
border-top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment