博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cssReset - css初始化
阅读量:7078 次
发布时间:2019-06-28

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

/*cssReset.css文件内容*/@charset "utf-8"/*整个页面的文字和背景色*/html{
color:#000;background:#FFF;}/*设置外边距和内边距*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,fieldset,input,textarea,p,blockquote,th,td{
margin:0;padding:0;}/*设置表格的边框之间的间距*/table{
border-collapse:collapse;border-spacing:0;}/*字体样式*/em,strong,b,u,i{
font-style:normal;font-weight:normal;}/*去掉圆点*/ul,ol{
list-style:none;}/*字体样式*/h1,h2,h3{
font-size:100%;font-weight:normal;}/*字体样式*/input,textarea,select{
font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%; /* 兼容IE*/}/*图片去边框*/img{
boder:0 none;}

 

转载于:https://www.cnblogs.com/zyl-Tara/p/5414925.html

你可能感兴趣的文章
一键安装docker-ce
查看>>
java mybatis使用 设置resultType查询对象字段为null
查看>>
【转】mysql对large page的支持
查看>>
11-unittest
查看>>
学习OpenSeadragon之四(导航视图)
查看>>
PHP表单数据写入MySQL代码
查看>>
ASP.NET:Session对并发访问的影响
查看>>
Insertion sort list
查看>>
centos7 安装java+tomcat
查看>>
Uncaught TypeError: form.attr is not a function 解决办法
查看>>
HDU 1023 Train Problem II( 大数卡特兰 )
查看>>
图片的画图板
查看>>
hdu5521 Meeting
查看>>
android学习笔记之handler(2)
查看>>
【LeetCode每天一题】Group Anagrams(变位词组)
查看>>
python学习笔记(五)文件操作和集合
查看>>
排错之网络映射缓存凭证记录导致备份计划任务失败
查看>>
转 jQuery插件Highcharts、flexigrid实践
查看>>
Windows Phone 8 SDK RC 版推出
查看>>
Database2Sharp代码生成工具使用心得
查看>>