用HTML代码表白你的心意
<!DOCTYPE html>
<html>
<head>
<title>表白</title>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
}
h1 {
color: #e74c3c;
text-align: center;
margin-top: 50px;
}
p {
font-size: 18px;
color: #2c3e50;
text-align: center;
margin-top: 30px;
}
button {
font-size: 16px;
background-color: #e74c3c;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
margin-top: 50px;
cursor: pointer;
}
</style>
</head>
<body>
<h1>亲爱的XXX</h1>
<p>我想对你说:<br>我喜欢你,从心底里喜欢你。</p>
<button>接受我的表白</button>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/okWv 著作权归作者所有。请勿转载和采集!