第一次发csda,写这个只是记个学习经历,课后作业学到了滑块,背景图片,还有固定内容,以及定位
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>定位</title>
<style>
*{
padding:0;
margin: 0;
}
.box{
width: 100%;
height: 3000px;
background-color: black;
opacity:0.5;
text-align:center;
background: url(../img/dw2.jpg);
}
.box1{
text-align: center;
position: relative;
top:200px;
}
.f