邮箱验证码html好看模板点击复制code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Email Verification Code</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
}
<pre><code> .container {
max-width: 500px;
margin: 0 auto;
padding: 20px;
background-color: #ffffff;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.logo {
text-align: center;
margin-bottom: 20px;
}
.logo img {
max-width: 150px;
height: auto;
}
.title {
text-align: center;
font-size: 24px;
margin-bottom: 10px;
}
.code {
text-align: center;
font-size: 32px;
font-weight: bold;
color: #333333;
margin-bottom: 20px;
}
.note {
text-align: center;
font-size: 16px;
color: #666666;
}
.note span {
color: #ff5500;
}
.copy-btn {
display: block;
width: 100px;
height: 40px;
margin: 0 auto;
background-color: #ff5500;
color: #ffffff;
text-align: center;
line-height: 40px;
font-size: 16px;
border-radius: 5px;
text-decoration: none;
margin-top: 20px;
}
</style>
</code></pre>
</head>
<body>
<div class="container">
<div class="logo">
<img src="logo.png" alt="Logo">
</div>
<div class="title">Email Verification Code</div>
<div class="code">123456</div>
<div class="note">Please use the verification code <span>123456</span> to verify your email.</div>
<a href="#" class="copy-btn">Copy Code</a>
</div>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/i85b 著作权归作者所有。请勿转载和采集!