css 入门学习常用CSS
.text {
font-size:36px; /*字体大小 px */
color:#F00; /*颜色 #f00*/
background-color:#0F0; /*背景颜色*/
font-family:"幼圆"; /*字体*/
}
.img {
margin-top:80px; /*外边距 向上 80px*/
margin-left:200px; /*外边 向左 200px;*/
width:220px; /*宽度*/
height:380px; /*高度*/
background-image:url(2009526135223767.gif); /*背景图片*/
background-repeat:no-repeat; /*设置如何重复 repeat-x 横向 repeat-y 纵向*/
background-position:10px center; /*背景图片位置*/
border:1px dashed #afafaf; /*边框 (粗细) (样式 solid 实线 dotted 小圆点 dashed 小竖线) (颜色)*/
}
.center {
width:300px; height:200px;
background-color:#CCC;
margin:0 auto;/*居中显示*/
}
- 上一篇:js 无间段滚动代码
- 下一篇:Jquery 填出 div 遮盖层.txt