HTML 相框代码 - 简单易用
<!DOCTYPE html>
<html>
<head>
<title>相框</title>
<style>
.frame {
border: 10px solid #ccc;
padding: 10px;
display: inline-block;
}
.picture {
max-width: 100%;
max-height: 100%;
}
</style>
</head>
<body>
<div class='frame'>
<img src='https://s2.xptou.com/2023/04/05/642c4d27b05c2.png' class='picture'>
</div>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/m1G5 著作权归作者所有。请勿转载和采集!