浪漫欧式风格表白网页 - 动漫人物,动态组件,爱意满满!
<!DOCTYPE html>
<html>
<head>
<title>浪漫欧式风格表白网页 - 动漫人物,动态组件,爱意满满!</title>
<style>
body {
background-color: #f1dfe7;
font-family: 'Times New Roman', serif;
color: #5e3f6b;
text-align: center;
}
h1 {
font-size: 48px;
margin-top: 50px;
margin-bottom: 20px;
}
p {
font-size: 24px;
margin-bottom: 30px;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 50px;
}
.character {
margin: 20px;
}
.widget {
display: inline-block;
margin: 20px;
padding: 10px;
background-color: #d7c4c4;
border-radius: 10px;
box-shadow: 5px 5px 10px #a08c8c;
}
.widget:hover {
transform: scale(1.1);
transition: transform 0.5s ease-in-out;
}
.widget h2 {
font-size: 24px;
margin-bottom: 10px;
}
.widget p {
font-size: 18px;
margin-bottom: 5px;
}
.widget img {
max-width: 100%;
border-radius: 5px;
margin-bottom: 10px;
}
.widget button {
font-size: 18px;
padding: 10px 20px;
background-color: #5e3f6b;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.5s ease-in-out;
}
.widget button:hover {
background-color: #8c5e8c;
}
</style>
</head>
<body>
<h1>我爱你</h1>
<p>在这个欧式风格的世界里,有许多动漫人物陪伴着我,但我最爱的还是你。</p>
<div class='container'>
<div class='character'>
<img src='https://i.imgur.com/9jK0l6J.jpg' alt='sailor moon'>
<p>月野兔</p>
</div>
<div class='character'>
<img src='https://i.imgur.com/2M7Vr1r.jpg' alt='cardcaptor sakura'>
<p>木之本樱</p>
</div>
<div class='character'>
<img src='https://i.imgur.com/2T6vCQ6.jpg' alt='princess tutu'>
<p>阿鲁鲁公主</p>
</div>
<div class='character'>
<img src='https://i.imgur.com/9nXtN2Q.jpg' alt='vampire knight'>
<p>玖葉</p>
</div>
</div>
<div class='widget'>
<h2>我想对你说</h2>
<p>亲爱的,我喜欢你的一切,包括你的缺点。你让我的生命变得更加美好,我愿意与你一起走过每一个日日夜夜。</p>
<img src='https://i.imgur.com/9jK0l6J.jpg' alt='sailor moon'>
<button>我爱你</button>
</div>
<div class='widget'>
<h2>你是我的唯一</h2>
<p>无论发生什么,你都是我的唯一。我愿意为你付出一切,包括我的生命。请接受我的爱。</p>
<img src='https://i.imgur.com/2M7Vr1r.jpg' alt='cardcaptor sakura'>
<button>我爱你</button>
</div>
<div class='widget'>
<h2>你是我的公主</h2>
<p>我的心中有一个美丽的公主,她就是你。我愿意为你守护一生一世,直到永远。</p>
<img src='https://i.imgur.com/2T6vCQ6.jpg' alt='princess tutu'>
<button>我爱你</button>
</div>
<div class='widget'>
<h2>你是我的夜晚</h2>
<p>每个夜晚,我都会想起你。你是我的梦中情人,我的爱人,我的一切。</p>
<img src='https://i.imgur.com/9nXtN2Q.jpg' alt='vampire knight'>
<button>我爱你</button>
</div>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/kUyW 著作权归作者所有。请勿转载和采集!