<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.containner{
width: 400px;
margin:200px auto;
}
.center{
background-color: black;
width: 200px;
height: 400px;
border: 1px solid black;
/* background-color: antiquewhite; */
position: relative;
z-index: 999999;
}
.bottom_left{
width: 80px;
height: 100px;
border-radius: 50px 0px 0px 50px;
background-color: black;
position: absolute;
bottom: 0;
left: -70px;
}
.bottom_right{
坤坤的HTML粗糙代码
最新推荐文章于 2024-04-19 23:40:56 发布