博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CSS样式重置
阅读量:5934 次
发布时间:2019-06-19

本文共 1638 字,大约阅读时间需要 5 分钟。

/*
 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video 
{
    margin
:
0;
    padding
:
0;
    border
:
0;
    outline
:
0;
    font-size
:
100%;
    vertical-align
:
baseline;
    background
:
transparent;
}
body 
{
    line-height
:
1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section 
{
 
    display
:
block;
}
nav ul 
{
    list-style
:
none;
}
blockquote, q 
{
    quotes
:
none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
    content
:
'';
    content
:
none;
}
{
    margin
:
0;
    padding
:
0;
    font-size
:
100%;
    vertical-align
:
baseline;
    background
:
transparent;
}
/*
 change colours to suit your needs 
*/
ins 
{
    background-color
:
#ff9;
    color
:
#000;
    text-decoration
:
none;
}
/*
 change colours to suit your needs 
*/
mark 
{
    background-color
:
#ff9;
    color
:
#000;
 
    font-style
:
italic;
    font-weight
:
bold;
}
del 
{
    text-decoration
:
 line-through;
}
abbr[title], dfn[title] 
{
    border-bottom
:
1px dotted;
    cursor
:
help;
}
table 
{
    border-collapse
:
collapse;
    border-spacing
:
0;
}
/*
 change border colour to suit your needs 
*/
hr 
{
    display
:
block;
    height
:
1px;
    border
:
0;
   
    border-top
:
1px solid #cccccc;
    margin
:
1em 0;
    padding
:
0;
}
input, select 
{
    vertical-align
:
middle;
}

转载地址:http://jnctx.baihongyu.com/

你可能感兴趣的文章
ApacheCN 翻译活动进度公告 2019.2.18
查看>>
分布式memcached服务器代理magent安装配置(CentOS6.6)
查看>>
Create Volume 操作(Part III) - 每天5分钟玩转 OpenStack(52)
查看>>
KSImageNamed-Xcode-master
查看>>
tomcat 8.0虚拟机配置文档
查看>>
轻松实现基于Heartbeat的高可用web服务集群
查看>>
pxc群集搭建
查看>>
JS中加载cssText延时
查看>>
常用的脚本编程知识点
查看>>
XILINX_zynq_详解(6)
查看>>
计算机网络术语总结4
查看>>
新手小白 python之路 Day3 (string 常用方法)
查看>>
HTML5 Geolocation API工作原理[转载]
查看>>
soapUI的简单使用(webservice接口功能测试)
查看>>
框架 Hibernate
查看>>
python-while循环
查看>>
【微信小程序】再次授权地理位置getLocation+openSetting使用
查看>>
手机端上传图片及java后台接收和ajaxForm提交
查看>>
HDU 5030 Rabbit's String
查看>>
【MSDN 目录】C#编程指南、C#教程、ASP.NET参考、ASP.NET 4、.NET Framework类库
查看>>