博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Css 八卦
阅读量:5963 次
发布时间:2019-06-19

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

 

.box{    border:5px solid #333;    border-radius:500px;    width:500px;    height:500px;    position: relative;    overflow:hidden;    }.back{    background: #000;    width: 250px;    height: 250px;    position: absolute;    border-radius: 500px;    left: 25%;    }.backs{    background: #fff;    width: 250px;    height: 250px;    position: absolute;    border-radius: 500px;    left: 25%;    bottom:0;    }.right_d{    background:#000;    width:250px;    height:500px;    right:0;    position:absolute;}.n1{    background:#fff;    width:100px;    height:100px;    border-radius:100px;    position:absolute;    top:25%;    left:25%;}.n2{    background:#000;    width:100px;    height:100px;    border-radius:100px;    position:absolute;    bottom:25%;    left:25%;}

转载于:https://www.cnblogs.com/xinlinux/p/4165040.html

你可能感兴趣的文章
Kinect+OpenNI学习笔记之10(不需要骨骼跟踪的人体多个手部分割)
查看>>
spring mvc(4)处理模型数据
查看>>
JS 判断当前使用浏览器名及版本
查看>>
让所有浏览器支持HTML5 video视频标签
查看>>
Socket 详解
查看>>
[Android Pro] Java进阶学习:jar打包详解
查看>>
xampp-apache配置
查看>>
zabbix专题:第十二章 zabbix proxy分布式监控配置
查看>>
tar 命令的详解
查看>>
Android Studio第二十七期 - RecycleView不同item布局
查看>>
穷人的分布式网络
查看>>
FR-TO-FR本地交换
查看>>
Python内置容器(2)——字典,迭代器,列表解析
查看>>
那年匆匆 -大学
查看>>
Internet 打印提示“打印机安装失败、打印机名称无效”的解决
查看>>
从Powershell ***脚本学到的如何执行后台runspace~
查看>>
SCCM TP4部署Office2013
查看>>
Linux系统启动过程,grub重装。
查看>>
使用Putty密钥认证机制远程登录Linux
查看>>
一不小心,老司机又翻车了
查看>>