返回正方形与圆边框...登陆

正方形与圆边框

白守2019-06-01 14:01:19168

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>正方形与圆边框的css</title>

<style>

.d{

width: 150px;

height: 150px;

border:1px solid #00F;

}

.s{

width: 150px;

height: 150px;

border:1px solid #00F;

border-radius: 50%;

}

.p{

width: 100px;

height: 100px;

border:1px dashed #000;

border-radius: 50%;

}

</style>

</head>

<body>

<div class="d">

<div class="s">

<div class="p">


</div>

</div>

</div>

</body>

</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送