博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Html5 css reset
阅读量:6192 次
发布时间:2019-06-21

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

/*html5doctor.com Reset Stylesheetv1.4.12010-03-01Author: Richard Clark - http://richclarkdesign.com*/@charset "UTF-8";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,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {    display:block;}nav ul {    list-style:none;}blockquote, q {    quotes:none;}blockquote:before, blockquote:after,q:before, q:after {    content:'';    content:none;}a {    margin:0;    padding:0;    border:0;    font-size:100%;    vertical-align:baseline;    background:transparent;}ins {    background-color:#ff9;    color:#000;    text-decoration:none;}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 #000;    cursor:help;}table {    border-collapse:collapse;    border-spacing:0;}hr {    display:block;    height:1px;    border:0;    border-top:1px solid #cccccc;    margin:1em 0;    padding:0;}input, select {    vertical-align:middle;}

转载于:https://www.cnblogs.com/yutingliuyl/p/7069304.html

你可能感兴趣的文章
tensorboard 使用
查看>>
用递归来实现汉诺塔的问题
查看>>
ASP.NET页面传值之Server.Transfer
查看>>
mysql 5.7 root密码重置(centos 7)
查看>>
tracert查网络问题
查看>>
Chromium学习笔记
查看>>
【bzoj 3433】{Usaco2014 Jan} Recording the Moolympics(算法效率--贪心)
查看>>
CSS优先级、引入方式、Hack
查看>>
设计模式读书笔记之结构型模式
查看>>
[30期] 第一个项目总结-—数码黑店在这一年开张
查看>>
Gradle
查看>>
MySQL主从复制
查看>>
jar 安装脚本
查看>>
makefile--编译出现,未定义的字符
查看>>
CO2 势能模型里面的 ε 的单位 理解
查看>>
[LeetCode] Combination Sum, Solution
查看>>
python2和python3同时安装在Windows上
查看>>
[转]Linux芯片级移植与底层驱动(基于3.7.4内核)
查看>>
c# List 里面的Linq方法
查看>>
[转]IoC模式
查看>>