第四十节 定位练习

Posted kogmaw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第四十节 定位练习相关的知识,希望对你有一定的参考价值。

 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>

 

以上是关于第四十节 定位练习的主要内容,如果未能解决你的问题,请参考以下文章

python学习第四十七天:浮动与定位

第三百四十节,Python分布式爬虫打造搜索引擎Scrapy精讲—css选择器

第一百四十节,JavaScript,封装库--浏览器检测

第四十期百度技术沙龙笔记整理

第四十期百度技术沙龙笔记整理

第四十九课文本编辑器项目持续开发