郑佳栎,用HTML制作的浪漫表白页面
<!DOCTYPE html>
<html>
<head>
<title>郑佳栎,用HTML制作的浪漫表白页面</title>
<style>
#logo {
display: block;
margin: 50px auto;
width: 200px;
}
h1 {
text-align: center;
font-size: 36px;
margin-top: 50px;
}
#love {
display: block;
margin: 50px auto;
width: 600px;
height: 300px;
font-size: 24px;
resize: none;
border: 2px solid #ccc;
padding: 10px;
box-sizing: border-box;
}
#submit {
display: block;
margin: 20px auto;
padding: 10px;
font-size: 20px;
background-color: #f44336;
color: #fff;
border: none;
cursor: pointer;
}
</style>
</head>
<body>
<img id='logo' src='https://www.nike.com.cn/Content/images/logo.png' alt='Nike Logo'>
<h1>亲爱的郑佳栎,我想对你说...</h1>
<form>
<textarea id='love' name='love' placeholder='在这里写下你的表白'></textarea>
<input id='submit' type='submit' value='发送表白'>
</form>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/m1Cl 著作权归作者所有。请勿转载和采集!