返回 小案例!案例不...... 登陆

小案例!案例不限!!

营养快线 2019-05-28 14:57:09 240

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>边框</title>

<style type="text/css">

.box{width: 200px;height: 200px;border:1px dotted blue; border-radius: 11px;}

.main{background: pink; width: 90px;height: 90px;border-top: 10px solid #000;border-left: 10px dotted green;border-bottom:  10px double green;border-right: 10px dashed green;}

button{border: none;}

#shadow1{width: 80%;height: 50px;  box-shadow: 0px 6px 30px #BFBFBF inset;border-radius: 20px;}

</style>

</head>

<body>

<div>

<p>你好 HTML</p>

</div>

<br/>

<div>

<p>这是一个自定义的框</p>

</div>

<br/>

<button>提交</button>


<div id="shadow1"> 

<p> hi,阴影</p>

</div>

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

暂无评论~
  • 取消 回复 发送
  • PHP中文网