自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

转载 插入背景音乐

<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=d...

2017-06-25 22:17:00 230

转载 媒体查询的使用

style960-640.css .divleft { width: 25%; height: 200px; background-color: red; position: absolute; left:0; top: 0;}.divright { width: 75%; ...

2017-06-25 22:10:00 125

转载 网页-导航栏

.header{ height: 650px; width: 1000px; background-color: gray;}.a{ width: 1000px; height: 50px; background-color:bisque ;}.left{ width: 150px; height: 540px; background...

2017-06-25 22:04:00 166

转载 网页-新闻类别

.container{ margin: 0 auto; width: 1000px; position: relative;}.header{ height: 650px; width: 1000px; background-color: antiquewhite;}.a{ width: 1000px; height: 50px; b...

2017-06-25 22:02:00 152

转载 文本居中对齐

.a{ width: 100px; height: 300px; background-color: #286090;}.a div{ width: 50px; height: 50px; background-color: aqua; text-align: center;} <div class="a"> <div&...

2017-06-22 21:21:00 272

转载 居中对齐

<style> 方法一:首先编写两个div,并用边框和背景区分开 .box { width: 200px; height: 200px; border: 1px solid red; } .block{ width: 50px; height: 50px; } </style&...

2017-06-22 21:15:00 87

转载 html 结构

<div class="box box1"> <span>垂直居中</span> </div> 转载于:https://www.cnblogs.com/quandong/p/7067207.html

2017-06-22 21:04:00 70

转载 相对定位 relative

.a{ position: relative; left:100px;top:50px;} 转载于:https://www.cnblogs.com/quandong/p/7067181.html

2017-06-22 20:59:00 78

转载 绝对定位 absolute

.p{ position: absolute;top:20px;left:100px; } 转载于:https://www.cnblogs.com/quandong/p/7067169.html

2017-06-22 20:56:00 70

转载 bootstrap框架

bootstrap框架是最现在常用的框架。 转载于:https://www.cnblogs.com/quandong/p/6987001.html

2017-06-12 00:03:00 55

转载 960框架

用960框架打代码比之自己去打代码更加方便。 转载于:https://www.cnblogs.com/quandong/p/6986995.html

2017-06-11 23:59:00 85

转载 input

input与label连用才能避免爆黄。 转载于:https://www.cnblogs.com/quandong/p/6986986.html

2017-06-11 23:57:00 63

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除