css 边框

Original 2019-01-17 10:23:26 206
abstract:<!doctype html> <html> <head> <meta charset="utf-8"> <title>css边框</title> <style>#box1{boder:#ccc solid 1px;width:500px;height:2
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>css边框</title>
<style>#box1{boder:#ccc solid 1px;width:500px;height:200px}</style>
</head>

<body>
<div id="box1"></div>
</body>
</html>


Correcting teacher:韦小宝Correction time:2019-01-17 10:32:48
Teacher's summary:写的很简洁 课后要多练习 前端基础这里没有什么复杂的地方

Release Notes

Popular Entries