<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.triangle-right {
width: 0;
height: 0;
border-top: 25px solid transparent;
border-left: 50px solid #555;
border-bottom: 25px solid transparent;
}
</style>
</head>
<body>
<h2>Triangle Right CSS</h2>
<div class="triangle-right"></div>
</body>
<!-- Mirrored from www.w3schools.com/howto/tryit.asp?filename=tryhow_css_shapes_triangle-right by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 14:31:19 GMT -->
</html>