html5脑图_6张思维导图,帮你搞定html、css(css画QQ企
鹅)
先给⼤家看⼀张喜欢的图⽚,缓解下⼼情,最近敲敲代码累的时候都会看看这⼏个⼩活宝,每次都忍不住伸⼿去摸⼀下屏幕,可爱到爆,不由⾃主的就笑了出来。这个是电影《⿏来宝》系列的海报图。不知道有没有⼈喜欢这⼏只会唱歌的⼩活宝。
⿏来宝.jpg
这⼏天看了 ⼀下之前整理的html和css的知识点,发现很多东西都有点忘了,趁此机会,复习了⼀下,也重新整理了⼀下,决定放出来,也给刚⼊门的孩纸们⼀个参考,之前有简友说图⽚看不清,电脑的话可以点击放⼤,或者另存为,放⼤还是挺清楚的,⼿机app也可以下载图⽚或者放⼤,其实可以下载下来,地铁上或者等⼈的时候,拿出⼿机看⼀看,感觉还可以。
图⽚⽐较⼤,建议⼤家看的时候先看下分⽀,然后点击放⼤查看具体,如果有Xmind软件的⼩伙伴也可以私聊我要⽂件
第⼀张 HTML基本结构与css选择器
主要介绍html的基本结构和css选择器,话不多说,都在图⾥。
基本概括.png
第⼆张 html常⽤基本标签
手机上可以打html与css的app
html基本标签
已分类,需要注意的部分已标注。看完这⼀张,还有下⼀张。
HTML标签.png
第三张 CSS的常⽤属性
主要介绍css的属性
css属性.png
第四张 表格和表单
表格和表单.png
第五张 浮动、定位、overflow
浮动、定位、overflow.png
第六张 补充⼩知识
⼩知识.png
最后给⼤家给⼤家详细说⼀下border-radius的⽤法
普通⽤法不做详细介绍;
其实我们设置border-radius参数的时候,最多可以设置8个参数,每个参数的位置和代指圆⾓⽅向已经在图上表明;简单明了。
⽰意图.jpg
下⾯放⼀张我主要⽤ border-radius 画的⼀个⼩企鹅(命名⽐较low,可以忽略 。)
最后的效果图
QQ⼩企鹅.PNG
html标签部分
css样式部分
.qie{
margin-left: auto;
margin-right: auto;
width: 200px;
}
.tou{
height: 80px;
width: 120px;
background-color: #000;
border-radius: 60px 60px 0px 0px;
position: relative;
}
.eye_1,.eye_2{
width: 20px;
height: 30px;
background-color: #fff;
border-radius: 10px 10px 10px 10px/15px 15px 15px 15px; }
.eye_1{
position: absolute;
left: 35px;
top: 25px
}
.eye_2{
position: absolute;
right:35px;
top: 25px;
}
.eye_1_1{
height: 13px;
width: 10px;
background-color: #000;
border-radius: 5px 5px 5px 5px/6px 6px 6px 6px; position: absolute;
left: 9px;
top:10px;
}
.eye_2_1{
height: 6px;
width: 15px;
background-color: #000;
border-radius: 7px 7px 0px 0px/6px 6px 0px 0px; position: absolute;
left: 2px;
top: 12px;
}
.
eye_2_2{
width: 13px;
height: 6px;
background-color: #fff;
border-radius: 6px 6px 0px 0px/6px 6px 0px 0px; position: absolute;
left: 3px;
top: 14px;
}
.zui{
height: 20px;
width: 72px;
background-color: #ffad00;
border-radius: 36px 36px 36px 36px/8px 8px 12px 12px; position: absolute;
left: 23px;
top: 58px;
}
.tou_2{
width: 120px;
background-color: #000;
position: absolute;
top: 80px;
border-radius: 0 0 62px 62px/ 0 0 10px 10px;
z-index: 3;
}
.weijin{
position: relative;
z-index: 2;
}
.weijin_left{
height: 0px;
width: 0px;
border-style: solid;
border-width: 10px 5px;
border-color: transparent #e91f1f #e91f1f transparent ; position: absolute;
left: -9px;
}
.weijin_content{
height: 20px;
width: 120px;
background-color: #e91f1f;
}
.weijin_right{
height: 0px;
width: 0px;
border-style: solid;
border-width: 10px 5px;
border-color: transparent transparent #e91f1f #e91f1f ; position: absolute;
left: 120px;
}
.weijin_bottom{
height: 10px;
width: 140px;
background-color: #e91f1f;
border-radius: 0 0 70px 70px/0 0 10px 10px; position: absolute;
left: -10px
}
.weijin_1{
height: 30px;
width: 24px;
background-color: #e91f1f;
position: absolute;
left: 20px;
}
.body{
height: 85px;
width: 120px;
background-color: #000;
border-radius: 0 0 60px 60px/0 0 50px 50px; position: relative;
z-index: 1
}
.duzi{
height: 78px;
width: 90px;
background-color: #fff;
border-radius: 0 0 45px 45px/0 0 45px 45px; position: absolute;
left: 15px;
}
.
hand{

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。