夸夸我我 - 在线生成个性化夸奖
<!DOCTYPE html>
<html>
<head>
<title>夸夸我我 - 在线生成个性化夸奖</title>
<style>
body {
background-image: url('C:\Users\kac\Desktop\manzhouli.jpg');
background-size: cover;
}
<p>.container {
width: 50%;
margin: 0 auto;
padding: 20px;
background-color: white;
opacity: 0.8;
}</p>
<p>h1 {
text-align: center;
}</p>
<p>form {
display: flex;
flex-direction: column;
align-items: center;
}</p>
<p>label {
margin-bottom: 10px;
}</p>
<p>input[type='text'] {
width: 100%;
padding: 10px;
margin-bottom: 10px;
}</p>
<p>select {
width: 100%;
padding: 10px;
margin-bottom: 10px;
}</p>
<p>input[type='submit'] {
width: 100%;
padding: 10px;
background-color: #4CAF50;
color: white;
border: none;
cursor: pointer;
}</p>
</style>
</head>
<body>
<div class='container'>
<h1>夸夸我我</h1>
<form>
<label for='name'>姓名:</label>
<input type='text' id='name' name='name'>
<pre><code> <label for='evaluation'>想让谁评价:</label>
<select id='evaluation' name='evaluation'>
<option value='孙悟空'>孙悟空</option>
<option value='猪八戒'>猪八戒</option>
<option value='唐僧'>唐僧</option>
<option value='白骨精'>白骨精</option>
<option value='女儿国国王'>女儿国国王</option>
<option value='牛魔王'>牛魔王</option>
<option value='夏海生'>夏海生</option>
</select>
<label for='duration'>预设评价时长(分钟):</label>
<input type='text' id='duration' name='duration'>
<input type='submit' value='提交'>
</form>
</code></pre>
</div>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/fvSR 著作权归作者所有。请勿转载和采集!