静语前端培训第五天和第六天
第五天和第六天 三种简历
7月30日 晴
学习时长:5个小时
。。。心累啊,好多地方卡住了。。。。。。
今天的任务,将不在codepen上来实现,我用的VScode,不怎么会用,现在勉强熟悉了一些。
具体卡壳的过程我就不再赘述了。。。。。。。
今天的任务是制作三种简历。
简历一(代码见附录):

简历二(代码见附录):

简历三(代码见附录):

附录:
html代码:
<html>
<link rel="stylesheet" href="style_3.css" type="text/css" />
<body>
<h1>简历</h1>
<h2>基本信息</h2>
<p>姓名:张旭    性别:男     应聘职位:web前端工程师</p>
<h2>联系方式</h2>
<p>手机:17854278528    email:<b><a href="http://1312096632@qq.com/" target="_blank">1312096632@qq.com</a></b>     个人主页:<b><a href="http://www.cnblogs.com/Bitch-Zhang/" target="_blank">贱人张的博客园</a></b></p>
<h2>能力描述</h2>
<p>技术能力:熟练掌握HTML,CSS,JS<br>综合能力:良好的沟通,主动积极,努力勤奋</p>
<h2>教育经历</h2>
<p>本科<br>静语前端技术学院</p>
<h2>项目经历</h2>
<p>无</p>
</body>
</html>
style_1.css代码:
h1 {
font-size: 40px;
font-weight:900;
padding: 0px;
font-family:Microsoft YaHei;
}
h2 {
font-weight:900;
padding-top: 1%;
padding-bottom: 1%;
font-family:Microsoft YaHei;
}
p{
font-weight:900;
padding: 0%;
margin: 0%;
font-family:Microsoft YaHei;
}
style_2.css代码:
h1 {
color:white;
height: 660px;
width: 160px;
background: blue;
float: left;
text-align:center;
font-size: 40px;
font-weight:900;
padding-top: 3%;
margin: 1%;
font-family:Microsoft YaHei;
}
h2 {
font-weight:900;
padding-top: 1%;
padding-bottom: 1%;
font-family:Microsoft YaHei;
}
p{
font-weight:900;
padding: 0%;
margin: 0%;
font-family:Microsoft YaHei;
}
style_3.css代码:
h1 {
text-indent:50px;
color:white;
height: px;
width: max;
background: rgb(72, 72, 78);
float: top;
font-size: 40px;
font-weight:900;
padding-top: 3%;
padding-bottom: 3%;
margin:0%;
font-family:Microsoft YaHei;
}
h2 {
font-size:20px;
text-align:center;
background:rgb(147, 147, 151);
margin:0;
border-width:1px;
border-style:none none solid none;
border-color:white;
height:110px;
line-height: 110px;
width:120px;
clear: both;
float:left;
font-weight:900;
padding-top: 1%;
padding-bottom: 1%;
font-family:Microsoft YaHei;
}
p{
border-width:1px;
border-style:none none solid none;
border-color:rgb(147, 147, 151);
height:110px;
font-weight:900;
padding-left:10%;
padding-top: 1%;
padding-bottom: 1%;
margin: 0%;
font-family:Microsoft YaHei;
}

浙公网安备 33010602011771号