HTML+CSS 表单

这篇博客详细介绍了如何使用HTML和CSS创建一个专业的调查表单,包括表单元素的布局、样式设计以及响应式处理,使得表单在不同设备上都能呈现良好效果。
摘要由CSDN通过智能技术生成

 form.html

body{
	background-color: lightsteelblue;
	color:white;
	display: flex;
	flex-direction: column;
}
div{
	margin-top: 30px;
}

textarea{
	width:80%;
	margin-left:auto ;
	margin-right:auto ;
	margin-top: 20px;
	height: 100px;
}
#title{
	font-size:38px;
	text-align: center;
	font-weight: 800;
}
#description{
	font-size: 20px;
	font-weight: 200;
	text-align: center;
}
#survey-form{
	background-color: darkslateblue;
	font-size: 25px;
	font-weight: 200;
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-left: 50px;
	border-radius: 1%;
}

select{
	width: 60%;
	height: 40px;
	font-size: 25px;
	font-weight: 200;
	}
.text {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 70%;
	height: 40px;
}
#submit{
	width:80%;
	background-color: limegreen;
	color: antiquewhite;
	height: 50px;
	margin: 50px;
	margin-left: auto;
	margin-right: auto;
}

 Survey_Form_style.css

<!DOCT
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值