Files
ClassContent/历届学生/陈一航/项目/4-16/index.html
2024-09-27 02:06:13 +08:00

22 lines
446 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.ad{
width: 300px;
height: 300px;
background-color: seagreen;
position: fixed;
left: 0;
top: 0;
}
</style>
</head>
<body>
<div class="ad"></div>
</body>
$()
</html>