写一个表白网页代码
<!DOCTYPE html>
<html>
<head>
<title>我对你的表白</title>
<style>
body {
background-color: pink;
}
h1 {
text-align: center;
font-size: 50px;
color: white;
margin-top: 100px;
}
p {
font-size: 30px;
color: white;
margin-top: 50px;
padding-left: 50px;
padding-right: 50px;
line-height: 1.5;
text-align: center;
}
button {
background-color: white;
border: none;
padding: 10px 20px;
font-size: 20px;
border-radius: 10px;
margin-top: 50px;
color: pink;
cursor: pointer;
}
</style>
</head>
<body>
<h1>亲爱的,我爱你</h1>
<p>在我生命中的某个时刻,我遇到了你。从那一刻起,我的生命就变得更加完整了。你的出现让我感到温暖和幸福,我感谢上天让我遇到你。</p>
<p>我想告诉你,我爱你,爱你的一切。你的微笑,你的声音,你的一举一动,都深深地吸引着我。我喜欢和你在一起,和你聊天,和你分享我的生活。我知道这并不容易,但我想告诉你,你对我来说是非常特别的。</p>
<p>我希望我们可以一直在一起,分享我们的生活,为彼此提供支持和爱。我想和你一起度过所有的时光,包括快乐和困难。</p>
<button onclick="alert('我也爱你')">我也爱你</button>
</body>
</html>
原文地址: http://www.cveoy.top/t/topic/JZH 著作权归作者所有。请勿转载和采集!