博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CSS----reset.css 文件
阅读量:6855 次
发布时间:2019-06-26

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

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {     margin: 0;     padding: 0 } body, button, input, select, textarea {     font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif; } h1, h2, h3, h4, h5, h6 {     font-size: 100% } address, cite, dfn, em, var {     font-style: normal; } code, kbd, pre, samp {     font-family: courier new, courier, monospace; } small {     font-size: 12px; } ol, ul {     list-style: none; } a {     text-decoration: none; } a:hover {     text-decoration: underline } sup {     vertical-align: text-top; } sub {     vertical-align: text-bottom; } legend {     color: #000; } fieldset, img {     border: 0; } button, input, select, textarea {     font-size: 100%; } table {     border-collapse: collapse;     border-spacing: 0; }

  

转载于:https://www.cnblogs.com/SunlikeLWL/p/7771339.html

你可能感兴趣的文章
canvas-arc.html
查看>>
django-filer中文汉化无效的解决方案
查看>>
20172326《程序设计与数据结构》实验一实验报告
查看>>
uva 11573(bfs)
查看>>
阅读笔记二
查看>>
(转)python+opencv实现动态物体追踪
查看>>
python统计磁盘使用情况
查看>>
JSP、JSTL、EL
查看>>
sql如何做递归层次查询
查看>>
sql 一些语法
查看>>
webpack-dev-server 配置
查看>>
类型“System.Data.Objects.DataClasses.EntityObject”在未被引用的程序集中定义。
查看>>
IOS 学习日志 2015-3-17
查看>>
测试2
查看>>
CCF 201409-4 最优配餐
查看>>
selenium的使用(五)
查看>>
Linux终端设备详解
查看>>
12月15日做报告用到的基础知识
查看>>
gluoncv rpn 正负样本
查看>>
android SDK模拟器环境搭建
查看>>