abstrait:<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>
Professeur correcteur:查無(wú)此人Temps de correction:2019-04-19 09:30:51
Résumé du professeur:完成的不錯(cuò),css可以讓頁(yè)面更加有靈氣,要好好學(xué)習(xí),繼續(xù)加油。