1.等腰三角形
.isosceles{
width: 0;
height: 0;
border:30px solid;
border-left-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
border-bottom-color: red;
}2.直角三角形
.right{
width: 0;
height: 0;
border:30px solid;
border-left: 0;
border-right-color: transparent;
border-top: 0;
border-bottom-color: red;
}3.圆
.round{
width: 100px;
height: 100px;
background-color: red;
border-radius:50%;
}4.椭圆
.ellipse{
width: 100px;
height: 80px;
background-color: red;
border-radius:50%;
}
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号