搜索

CSS边框小案例

原创 2019-04-18 17:25:59 304
摘要:<html><head><title>边框</title><style>*{magin:0px;padding:0px;}div{width:200px;heigth:200px;border:1px; solid red;}button{border:none}</style></head><body>

<html>

<head>

<title>边框</title>

<style>

*{

magin:0px;

padding:0px;

}

div{

width:200px;

heigth:200px;

border:1px; solid red;

}

button{border:none}

</style>

</head>

<body>

<div></div>

<button>登陆</button>

</body>

</html>


批改老师:查无此人批改时间:2019-04-19 09:30:51
老师总结:完成的不错,css可以让页面更加有灵气,要好好学习,继续加油。

发布手记

热门词条