<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type"content="text/html;charset=utf-8">
<title>无标题文档</title>
<style>
.box1{width:100px;height:100px:background:red;}
.box2{width:200px;height:200px:background:blue;}
</style>
</head>
<body>
<div class="box1"></div>
<div class="box2"></div>
</body>
</html>
自由的气息
__innocence