创立一个HTML5个人简历的源代码需求包含HTML、CSS和JavaScript。下面是一个简略的个人简历模板,您能够依据自己的需求进行修正和扩展。
```html个人简历 body { fontfamily: Arial, sansserif; lineheight: 1.6; margin: 0; padding: 0; } .container { width: 80%; margin: auto; overflow: hidden; } header { background: 333; color: fff; paddingtop: 30px; minheight: 70px; borderbottom: 000 3px solid; } header a { color: fff; textdecoration: none; texttransform: uppercase; fontsize: 16px; } header ul { padding: 0; liststyle: none; } header li { float: left; display: inline; padding: 0 20px 0 20px; } header branding { float: left; } header branding h1 { margin: 0; } header nav { float: right; margintop: 10px; } header .highlight, header .current a { color: e8491d; fontweight: bold; } header a:hover { color: ffffff; fontweight: bold; } .resumeheader { textalign: center; padding: 20px; } .resumeheader h2 { marginbottom: 10px; } .resumeheader p { margintop: 0; } .resumesection { padding: 20px; background: f4f4f4; color: 333; } .resumesection h3 { color: 333; } .resumesection ul { liststyle: none; padding: 0; } .resumesection li { marginbottom: 10px; } .resumesection .resumeitem { marginbottom: 20px; } .resumesection .resumeitem h4 { marginbottom: 5px; } .resumesection .resumeitem p { marginbottom: 0; } .resumefooter { textalign: center; padding: 20px; background: 333; color: fff; } 个人简历 主页 教育阅历 作业阅历 技术 联系方式
教育阅历 学校称号 学位, 专业
入学年份 结业年份
作业阅历 公司称号 职位称号
开端年份 完毕年份
作业描绘
技术 技术1
版权所有
未经允许不得转载:全栈博客园 » html5个人简历源代码