返回

HTML和css内部样式

发布时间:2022-12-02 21:07:17 312
# css# html# webkit# edge

简单利用HTML和css内部样式呈现出太极图

HTML和css内部样式_html

<!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>
body {
background-color: #666;
}

.box {
position: relative;
background-color: #fff;
width: 300px;
height: 300px;
margin: 200px auto;
border-radius: 50%;
}

.black {
float: left;
left: 0;
height: 300px;
width: 150px;
background-color: #050505;
border-radius: 150px 0 0 150px;
}

.h1 {
position: absolute;
right: 75px;
background-color: #050505;
width: 150px;
height: 150px;
border-radius: 50%;
}

.hy {
position: absolute;
right: 52px;
top: 52px;
width: 30px;
height: 30px;
background-color: #fff;
border-radius: 50%;
}

.b1 {
position: absolute;
left: 75px;
top: 150px;
background-color: #fff;
width: 150px;
height: 150px;
border-radius: 50%;
}


.by {
position: absolute;
right: 52px;
top: 52px;
width: 30px;
height: 30px;
background-color: #050505;
border-radius: 50%;
}
</style>
</head>

<body>
<div class="box">
<div class="black"></div>
<div class="h1">
<div class="hy"></div>
</div>
<div class="b1">
<div class="by"></div>
</div>

</div>
</body>

</html>
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报
评论区(0)
按点赞数排序
用户头像
精选文章
thumb 中国研究员首次曝光美国国安局顶级后门—“方程式组织”
thumb 俄乌线上战争,网络攻击弥漫着数字硝烟
thumb 从网络安全角度了解俄罗斯入侵乌克兰的相关事件时间线
下一篇
#yyds干货盘点#Eventbus数据更新 2022-12-02 20:55:35