太极图设计
发布时间
阅读量:
阅读量
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>太极八卦图</title>
<style>
.outer{
width: 200px;
height: 400px;
border:1px solid black;
border-radius: 200px 0 0 200px;
background: black;
float:left;
}
.outer1{
width: 200px;
height: 400px;
border:1px solid black;
border-radius:0 200px 200px 0;
background: white;
float:left;
}
.outer div{
width: 200px;
全部评论 (0)
还没有任何评论哟~
