画一个三角形
作者:
想做一个画家 | 来源:发表于
2017-11-07 18:46 被阅读16次<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
#triangle_up{
width:0;
border: 50px solid transparent;
border-bottom: 100px solid red;
}
</style>
</head>
<body>
<div id="triangle_up"></div>
</body>
</html>
在chrome浏览器下显示的结果.png
本文标题:画一个三角形
本文链接:https://www.haomeiwen.com/subject/ntajmxtx.html
网友评论