css interview question drawing triangle

 

 How to draw a triangle?

  

.test{
  width:0;
  height:0;
  border:10px solid;
  border-color:red transparent transparent transparent;
}

 

 Address: http://jsbin.com/mabamefeqe/edit?html,css,output

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326888103&siteId=291194637