博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[收藏贴]CSS Reset(忘记出处了)
阅读量:5081 次
发布时间:2019-06-12

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

/* CSS Reset */body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
margin:0;padding:0;}body{
line-height:1.5;}fieldset,img{
border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{
font-style:normal;}h1,h2,h3,h4,h5,h6{
font-size:100%;}abbr,acronym{
border:0;font-variant:normal;}input,button,textarea,select,optgroup,option{
font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}code,kbd,samp,tt{
font-size:100%;}input,button,textarea,select{
*font-size:100%;}ol,ul{
list-style:none;}table{
border-collapse:collapse;border-spacing:0;}caption,th{
text-align:left;}sup,sub{
font-size:100%;vertical-align:baseline;}:focus{
outline:0;}:link,:visited,ins{
text-decoration:none;}blockquote,q{
quotes:none;}blockquote:before,blockquote:after,q:before,q:after{
content:"\0020";content:none;}a{
cursor:pointer;}

转载于:https://www.cnblogs.com/code/articles/2393457.html

你可能感兴趣的文章
python asyncio 异步实现mongodb数据转xls文件
查看>>
TestNG入门
查看>>
【ul开发攻略】HTML5/CSS3菜单代码 阴影+发光+圆角
查看>>
[ZJOI2007]棋盘制作 【最大同色矩形】
查看>>
IOS-图片操作集合
查看>>
模板统计LA 4670 Dominating Patterns
查看>>
团队项目开发客户端——登录子系统的设计
查看>>
IO—》Properties类&序列化流与反序列化流
查看>>
session如何保存在专门的StateServer服务器中
查看>>
react展示数据
查看>>
测试计划
查看>>
选择器
查看>>
Mysql与Oracle 的对比
查看>>
jquery实现限制textarea输入字数
查看>>
thinkphp5 csv格式导入导出(多数据处理)
查看>>
PHP上传RAR压缩包并解压目录
查看>>
Codeforces 719B Anatoly and Cockroaches
查看>>
jenkins常用插件汇总
查看>>
c# 泛型+反射
查看>>
第九章 前后查找
查看>>