Div {/* set the width of the div to 0 */ width: 0; height: 0; margin: 0 auto; /* Set the border color to transparent */ border: 200px solid transparent; Border-left-color: pink; /* border-left-color: pink; }Copy the code