赞助我们 | 支持我们的工作
<!DOCTYPE html>
<html>
<head>
<title>赞助我们 | 支持我们的工作</title>
<style>
body {
background-color: #eee;
font-family: Arial, sans-serif;
}
<pre><code> .container {
margin: 0 auto;
width: 80%;
text-align: center;
}
h1 {
font-size: 3em;
margin-top: 50px;
}
p {
font-size: 1.2em;
margin-top: 30px;
}
img {
display: block;
margin: 50px auto;
max-width: 100%;
}
.button {
display: inline-block;
padding: 15px 30px;
border-radius: 5px;
background-color: #007bff;
color: #fff;
text-decoration: none;
font-size: 1.2em;
margin-top: 50px;
}
.button:hover {
background-color: #0062cc;
}
</style>
</code></pre>
</head>
<body>
<div class="container">
<h1>欢迎赞助我们</h1>
<img src="sponsorship.jpg" alt="赞助图片">
<p>我们非常感谢您对我们的支持,您的赞助将帮助我们更好地开展工作,提高服务质量。</p>
<a href="#" class="button">立即赞助</a>
</div>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/mlcc 著作权归作者所有。请勿转载和采集!