实现的效果图
代码段
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
#box{
height: 600px;
width: 500px;
position: relative;
left: 30%;
background-color: beige;
}
.box2 h1{
text-align: center;
}
.box2{
border-bottom: 1px grey solid;
}
.box3{
width: 426px;
}
.img1{
margin-top: 30px;
position: relative;