效果图
代码
<!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>
*{
padding: 0;
margin: 0;
}
body{
display: flex;
justify-content: space-evenly;
align-items: center;
height: 100vh;
}
.box{
/* margin-top: 100px; */
height: 500px;
width: 70px;
background-color: #539ff5