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

第四十节 定位练习

时间:2020-03-05 23:38:51      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:tle   document   html   oct   lin   set   radius   lan   center   

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>Document</title>
 6     <style type="text/css">
 7         
 8         .con{
 9             width: 100px;
10             height: 100px;
11             background-color: gold;
12             margin: 50px auto 0;
13             position: relative;
14             border-radius: 14px;
15         }
16         .box{
17             width: 28px;
18             height: 28px;
19             background-color: red;
20             line-height: 28px;
21             text-align: center;
22             color: #fff;
23             position: absolute;
24             left: 86px;
25             top: -14px;
26             border-radius: 14px;
27         }
28     </style>
29 </head>
30 <body>
31     <div class="con">
32         <div class="box">5</div>
33     </div>
34 </body>
35 </html>

 

第四十节 定位练习

标签:tle   document   html   oct   lin   set   radius   lan   center   

原文地址:https://www.cnblogs.com/kogmaw/p/12423830.html

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