返回地球和太阳(案......登陆

地球和太阳(案例)

wjho2o2019-01-12 22:36:21232

总结:html挺好玩的,之前学的时候都没发现。希望自己能把php学好吧。


<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title></title>

<style type="text/css">


.main{

width: 200px;

height: 200px;

border: 2px solid #ccc;

border-radius: 100px;

/*border-left: 2px solid #ccc;*/

background: red;

}

.earth{

width: 50px;

height: 50px;

border: 1px solid #ccc;

border-radius: 25px;

background: blue;

}


</style>

</head>

<body>

<button class="main">太阳</button>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<button class="earth">地球</button>


</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

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