Border box arrow

Developer
Size
2,700 Kb
Views
58,696

How do I make an border box arrow?

What is a border box arrow? How do you make a border box arrow? This script and codes were developed by Adem Ilter on 11 June 2022, Saturday.

Border box arrow Previews

Border box arrow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>border box arrow</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://s3-us-west-2.amazonaws.com/s.cdpn.io/3561/formalize.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="box" data-box-arrow="top"> Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
</div>
<div class="box" data-box-arrow="right"> Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
</div>
<div class="box" data-box-arrow="bottom"> Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
</div>
<div class="box" data-box-arrow="left"> Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
</div>
</body>
</html>

Border box arrow - Script Codes CSS Codes

.box { display: inline-block; margin: 40px; position: relative; width: 230px; padding: 20px; -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)); filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)); border-radius: 3px; background-color: #fff; border: 1px solid #bbb;
}
.box[data-box-arrow]:before, .box[data-box-arrow]:after { content: ""; position: absolute; border-style: solid; border-width: 10px; border-color: transparent;
}
.box[data-box-arrow="top"]:before, .box[data-box-arrow="top"]:after { bottom: 100%; left: 10px;
}
.box[data-box-arrow="top"]:before { border-bottom-color: #bbb;
}
.box[data-box-arrow="top"]:after { border-bottom-color: #fff; margin-bottom: -1px;
}
.box[data-box-arrow="right"]:before, .box[data-box-arrow="right"]:after { left: 100%; top: 10px;
}
.box[data-box-arrow="right"]:before { border-left-color: #bbb;
}
.box[data-box-arrow="right"]:after { border-left-color: #fff; margin-left: -1px;
}
.box[data-box-arrow="bottom"]:before, .box[data-box-arrow="bottom"]:after { top: 100%; left: 10px;
}
.box[data-box-arrow="bottom"]:before { border-top-color: #bbb;
}
.box[data-box-arrow="bottom"]:after { border-top-color: #fff; margin-top: -1px;
}
.box[data-box-arrow="left"]:before, .box[data-box-arrow="left"]:after { right: 100%; top: 10px;
}
.box[data-box-arrow="left"]:before { border-right-color: #bbb;
}
.box[data-box-arrow="left"]:after { border-right-color: #fff; margin-right: -1px;
}
body { background-color: #eee;
}
Border box arrow - Script Codes
Border box arrow - Script Codes
Home Page Home
Developer Adem Ilter
Username ademilter
Uploaded June 11, 2022
Rating 4
Size 2,700 Kb
Views 58,696
Do you need developer help for Border box arrow?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Adem Ilter (ademilter) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!