标签:line color ati spl inline utf-8 round class relative
html部分
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Frame</title>
<link rel="stylesheet" href="Frame.css">
</head>
<body>
<div class = "Frame" id="one">one</div>
<div class = "Frame" id="two">two</div>
<div class = "Frame" id="three">three</div>
<div class = "Frame" id="four">four</div>
</body>
</html>
css部分
标签:line color ati spl inline utf-8 round class relative
原文地址:https://www.cnblogs.com/BOGY/p/9692680.html