
WEB前端CSS
黑猴子csd
活波开朗,热爱运动,热爱计算机,喜欢敲代码
展开
-
CSS学习笔记06-分层(z-index属性).html
作者:1357751126@qq.com时间:2014-09-20描述:>>>>#.X{positon: absolute;z-index: ;}-->div{width: 200px;height: 300px;position: absolute;}#v1{background: #0f0;z-index: 1原创 2014-10-18 23:57:45 · 526 阅读 · 0 评论 -
CSS学习笔记04-垂直居中-内容居中-单行.html
作者:1357751126@qq.com时间:2014-09-19描述:>>>>#.X{height: ;line-height: ;over-flow: hidden;}-->*{margin:0px;padding:0pxs;}body{text-align:center;}单行内容居中原创 2014-10-18 23:54:24 · 528 阅读 · 0 评论 -
CSS学习笔记05-垂直居中-内容居中-多行.html
作者:1357751126@qq.com时间:2014-09-19描述:>>>>#.X{padding-top: ;padding-bottom: ;}-->*{margin:0px;padding:0pxs;}body{text-align:center;}#parent{margin: 0px auto;bor原创 2014-10-18 23:59:50 · 422 阅读 · 0 评论 -
CSS学习笔记03-圆.html
作者:1357751126@qq.com时间:2014-09-19描述:>>>>#.X{在有边框的条件下设置半径:border-radius: ;--半径属性}-->#circle1{margin-top: 20px;width: 50px;height: 50px;border: 1px solid blue;bor原创 2014-10-18 23:57:15 · 401 阅读 · 0 评论 -
CSS学习笔记07-表格.html
.tabs{padding: 0px;text-align: center;display: table;}.tabs ul{list-style: none;display: table-row;}.tabs ul li{float: left;margin: 1px;}li{background: #fac;}原创 2014-10-18 23:58:32 · 405 阅读 · 0 评论 -
CSS学习笔记01-块元素和内联元素.html
作者:1357751126@qq.com时间:2014-09-19描述:>>>>#.X{display: inline| block| none;--显示属性:内联 | 块 |不显示;}-->div{display: inline;}a{display: block;} 作者:1357原创 2014-10-18 23:54:17 · 440 阅读 · 0 评论 -
CSS学习笔记02-定位和浮动.html
作者:1357751126@qq.com时间:2014-09-19描述:>>>>#.X{position: absolute | relative;定位属性 }#.X{float: left | right;浮动属性}-->*{margin: 0px;padding: 0px;}#parent{position:原创 2014-10-18 23:56:31 · 414 阅读 · 0 评论 -
CSS3线性渐变(linear-gradient)
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .example-webkit{ width: 100px; heigh原创 2015-04-18 14:19:26 · 549 阅读 · 0 评论 -
BASE.CSS一份css初始化代码
来自于 shopnc 仅供学习使用原创 2015-08-28 22:07:40 · 638 阅读 · 0 评论