img src=httpss2xptoucom20230405642c4d27b05c2png帮我弄一下相框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>
原文地址: http://www.cveoy.top/t/topic/bxH7 著作权归作者所有。请勿转载和采集!