Files
ClassContent/历届学生/韩想/项目开发/课程项目/雪碧图/index.html
2024-09-27 02:06:13 +08:00

28 lines
586 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>
body {
margin: 0;
padding: 0;
}
.box {
width: 84px;
height: 29.5px;
background: url("https://s2.music.126.net/style/web2/img/frame/topbar.png");
background-repeat: no-repeat;
background-position: 0px -142px
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>