css写三角形

#triangle-bottomright{
width: 0px;
height: 0px;
border-bottom: 100px solid red;
border-left: 100px solid transparent;
}
原文地址:https://www.cnblogs.com/xiayedexin/p/4725214.html