实现如图所示的三角形图标:
html代码如下:
<div class="arrow-up"></div><div class="arrow-down"></div><div class="arrow-left"></div><div class="arrow-right"></div>
css样式:
body{background:#faf7ef;}div{margin:20px auto}div.arrow-up { width:0px; height:0px; border-left:50px solid transparent; border-right:50px solid transparent; border-bottom:50px solid #ff0000; font-size:0px; line-height:0px;} div.arrow-down { width:0px; height:0px; border-left:50px solid transparent; border-right:50px solid transparent; border-top:50px solid #0000ff; font-size:0px; line-height:0px;} div.arrow-left { width:0px; height:0px; border-bottom:50px solid transparent; border-top:50px solid transparent; border-right:50px solid #008000; font-size:0px; line-height:0px;} div.arrow-right { width:0px; height:0px; border-bottom:50px solid transparent; border-top:50px solid transparent; border-left:50px solid #ffff00; font-size:0px; line-height:0px;}
立即学习“前端免费学习笔记(深入)”;
作者:风雨后见彩虹
出处:http://www.cnblogs.com/moqiutao/
如果您觉得本文对您的学习有所帮助,请多支持与鼓励。
立即学习“前端免费学习笔记(深入)”;
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号