The front end Use CSS to draw a three-level shape January 20, 2024 by Debra Sampson No Comments div{ width: 0px; height: 0px; border-bottom: 10px solid red; border-left: 10px solid transparent; border-right: 10px solid transparent; } Copy the code