如何运用CSS写小三角
<html>
<div class="con"></div>
</html>
<style>
.con{width:0; height:0; border-width:10px; border-style:solid; border-color:#f40 #f40 transparent transparent;}
</style>
<html>
<div class="con"></div>
</html>
<style>
.con{width:0; height:0; border-width:10px; border-style:solid; border-color:#f40 #f40 transparent transparent;}
</style>