如何运用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>

上一篇:彻底搞定 C/C++ 指针


下一篇:彻底搞定c指针