CodePudding user response:
<style># triangle - up {
display:inline-block;
Width: 0;
Height: 0;
Border - left: 30 px solid transparent;
Border - right: 30 px solid transparent;
Border - bottom: 50 px solid red; }
. LineDiv {
Width: 10 px;
height:100px;
Background: red;
Margin - left: 25 px;
}
</style>
<body>