返回CSS样式中圆......登陆

CSS样式中圆角边框和背景案例

张翔2019-05-09 14:50:43208

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

<!DOCTYPE html>

<html>

<head>

    <title>边框</title>

    <style type="text/css">

        .box{

            width: 300px; 

            height: 300px;

            border:1px solid #ccc;

            border-radius:50%;

            background:pink;

        }

    </style>

</head>

<body>

 

    <div class="box"></div>

 

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

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