码迷,mamicode.com
首页 > 其他好文 > 详细

三角形

时间:2019-01-12 16:46:03      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:nbsp   pre   text   oct   body   type   add   tran   parent   

 1 <!DOCTYPE html>
 2 <html>
 3     <head>
 4         <meta charset="utf-8" />
 5         <title></title>
 6         <style type="text/css">
 7             *{
 8                 margin:0;
 9                 padding:0;
10             }
11             div{
12                 width:0;
13                 height:0;
14                 border:50px solid;
15                 border-color:transparent transparent yellow transparent;
16                 margin:100px auto;
17                 }
18         </style>
19     </head>
20     <body>
21         <div></div>
22     </body>
23 </html>

 

三角形

标签:nbsp   pre   text   oct   body   type   add   tran   parent   

原文地址:https://www.cnblogs.com/liufuyuan/p/10259999.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!