怎样用HTML做一份精美的简历(html5+css)

先来看一下效果图:

怎样用HTML做一份精美的简历(html5+css)_第1张图片


代码:index.html




	简历二
	
	


	

个人简历

图片

姓名: 性别: 民族:
出生年月: 联系电话: 工作经验:
学历: 专业: 毕业学校:
住址:
电子邮箱:
求职意向:

目标职位
目标行业:
期望薪资:
期望地区:
爱好特长:

自我评价


css:
body{
		background: url(../img/bg2.jpg);
    }

div{
	border:50px;
	border-radius: 5px;
	background: url(../img/b1.jpg);
	position: 80px;
	background-size: 100% auto;
	width: 65%;
	height: 100%;
	margin-left:auto;
	margin-right:auto
   }  
 p{
 	 font-size:40px;
   }  
 h4{
 	font-size: 15px;
 	padding-left: 26px;
   }
需要注意的是:代码中的路径问题(..表示上一级目录,.表示当前路径),图片可更改为自己喜欢的图片,这里就不上传了。

你可能感兴趣的:(怎样用HTML做一份精美的简历(html5+css))