Blogger Information
Blog 7
fans 0
comment 0
visits 5224
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0708作业
沈帅@迪联¹³³²²²¹⁸⁵⁶⁹的博客
Original
710 people have browsed it

实例

固定广告位置html页
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>固定定位广告</title>
    <link rel="stylesheet" href="static/css/style14.css">
</head>
<body>
<h1>固定广告案例</h1>
<div class="gg">
    <button>x</button>
    <h1>广告招商中</h1>
    <h2>招商电话</h2>
</div>

</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

实例

固定广告位style样式
body{
    height: 3000px;
}

.gg{
    width: 300px;
    height: 200px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-color: blueviolet;
}

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:qualified

Teacher's comments:下次把作业的标题要写上, 尊重你的阅读者, 这不是你自己看
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post