写一个简约大气域名出售HTML单面模板
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>域名出售</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
margin: 0;
padding: 0;
}
<pre><code> .container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1 {
font-size: 32px;
color: #333;
text-align: center;
margin-bottom: 20px;
}
p {
font-size: 16px;
color: #666;
line-height: 1.5;
margin-bottom: 10px;
}
.domain {
margin-top: 40px;
text-align: center;
}
.domain h2 {
font-size: 24px;
color: #333;
margin-bottom: 10px;
}
.domain p {
font-size: 18px;
color: #666;
margin-bottom: 20px;
}
.contact {
text-align: center;
margin-top: 40px;
}
.contact h2 {
font-size: 24px;
color: #333;
margin-bottom: 10px;
}
.contact p {
font-size: 18px;
color: #666;
margin-bottom: 20px;
}
.contact a {
display: inline-block;
padding: 10px 20px;
background-color: #333;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-size: 18px;
transition: background-color 0.3s;
}
.contact a:hover {
background-color: #666;
}
</style>
</code></pre>
</head>
<body>
<div class="container">
<h1>域名出售</h1>
<pre><code> <div class="domain">
<h2>域名信息</h2>
<p>域名:example.com</p>
<p>价格:$1000</p>
</div>
<div class="contact">
<h2>联系方式</h2>
<p>如果您对该域名感兴趣,请通过以下方式联系我们:</p>
<p>Email: info@example.com</p>
<p>电话:123-456-7890</p>
<a href="mailto:info@example.com">发送邮件</a>
</div>
</div>
</code></pre>
</body>
</html
原文地址: https://www.cveoy.top/t/topic/iCFB 著作权归作者所有。请勿转载和采集!