学习Web开发 6

学习用CSS美化html个人简历

// A code block
var foo = 'bar';
<!DOCTYPE html>
<html>
<head>
	<link rel="stylesheet" type="text/css" href="1.css">
</head>
<body>
<!--表格开始-->
<table border="1" cellspacing="0" width="800px" height="100%" align="center">
	<tr style="height: 80px" >
		<th>
		<h1>我的简历</h1>
		</th>
	</tr>
	<tr style="height: 50px">
		<th width="130px">姓名</th>
		<td width="130px">
			<input type="text" name="x1" value="填写姓名"/>
		</td>
		<th width="130px">性别</th>
		<td width="130px">
			<select >
				<option value="男生">男生</option>
				<option value="女生">女生</option>				
			</select>
		</td>

table tr th h1 {
	color: #000000;
	font-size: 30px;
	text-align: center;
}
input[type="text"]
{
	color: #BEBEBE;
	border:0;
}
input[type="file"]
{
	width: 120px;
	height: 0px
}
select{
	width: 160px;
	height: 40px
}

table tr th{
	background-color: #C2C2C2;
	color: #282828;
}


table tr th input {
	width: 60px;
	height: 80px;
}
table tr th textarea{
	width: 650px;
}



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值