博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
太极八卦连环掌
阅读量:5283 次
发布时间:2019-06-14

本文共 1440 字,大约阅读时间需要 4 分钟。

。。。中华有神功

HTML

CSS

table{    width: 4rem;    height: 4rem;    border: 0.02rem solid black;    border-radius: 50%;        animation: rotate 10s infinite linear;}@keyframes rotate{    0%{        transform: rotate(0deg);    }    100%{        transform: rotate(-360deg);    }}table .tr1{    background: black;}table .tr1 .td1{    border-top-left-radius: 100%;    position: relative;}table .tr1 .td1 .div1{    width: 100%;    height: 100%;    border-radius: 50%;    background: black;    position: absolute;    top: 50%;    display: flex;    justify-content: center;    align-items: center;}table .tr1 .td1 .div1 p{    width: 60%;    height: 60%;    border-radius: 50%;    background: white;}table .tr1 .td2{    border-top-right-radius: 100%;    position: relative;}table .tr1 .td2 .div2{    width: 100%;    height: 100%;    border-radius: 50%;    background: white;    position: absolute;    top: 50%;    display: flex;    justify-content: center;    align-items: center;}table .tr1 .td2 .div2 p{    width: 60%;    height: 60%;    border-radius: 50%;    background: black;}table .tr2 .td3{    border-bottom-left-radius: 100%;}table .tr2 .td4{    border-bottom-right-radius: 100%;}

太极八卦,阴阳五行  ——  不停转

转载于:https://www.cnblogs.com/Function-cnblogs/p/10991782.html

你可能感兴趣的文章
MauiMETA工具的使用(一)
查看>>
LeetCode: Anagrams 解题报告
查看>>
Qt 中获取本机IP地址
查看>>
070102_赌博设计:概率的基本概念,古典概型
查看>>
IT人生的价值和意义 感觉真的有了
查看>>
JS DOM对象
查看>>
OGR – Merging Multiple SHP files
查看>>
创业公司该不该被收购?(转)
查看>>
sqlserver 行转列、列转行[转]
查看>>
【IScroll深入学习】解决IScroll疑难杂症
查看>>
python 数据类型
查看>>
108-PHP类成员protected和private成员属性不能被查看数值
查看>>
css控制height充满浏览器视口
查看>>
Linux 系统目录结构
查看>>
python学习之 - XML
查看>>
css问题小计
查看>>
Laravel学习笔记(三)数据库 数据库迁移
查看>>
ORACLE查看并修改最大连接数
查看>>
box-flex不均分问题
查看>>
Python--GIL 详解
查看>>