day06

作者: chenghaojs | 来源:发表于2018-07-16 20:34 被阅读0次

今天所学

1.定位

1.1相对定位

相对定位就是元素在页面上正常的位置

div{
width:100px;
height:100px;
background:red;
position:relative;
left:200px;
top:200px;
}

相对定位一般不使用right,bottom

1.2绝对定位

绝对定位的元素移动的位置,使离他最近的给了定位的父元素

绝对定位.png
1.3元素垂直居中
元素垂直居中.png
1.4banner
banner.png
1.5search
search.png
1.6百度一下
百度一下.png
1.7fixed
fixed.png
1.8z-index
z-index.png

相关文章

网友评论

      本文标题:day06

      本文链接:https://www.haomeiwen.com/subject/dpqipftx.html