分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 代码编程

css初始化

发布时间:2023-09-06 01:09责任编辑:顾先生关键词:暂无标签

body, div, 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 {
???background: #fff;
???color: #555;
???font-size: 14px;
???font-family: Verdana, Arial, Helvetica, sans-serif;
?}

?td, th, caption {
???font-size: 14px;
?}

?h1, h2, h3, h4, h5, h6 {
???font-weight: normal;
???font-size: 100%;
?}

?address, caption, cite, code, dfn, em, strong, th, var {
???font-style: normal;
???font-weight: normal;
?}

?a {
???color: #555;
???text-decoration: none;
?}

?a:hover {
???/*text-decoration: underline;*/
?}

?img {
???border: none;
?}

?ol, ul, li {
???list-style: none;
?}

?input, textarea, select, button {
???font: 14px Verdana, Helvetica, Arial, sans-serif;
?}

?table {
???border-collapse: collapse;
?}

?html {
???overflow-y: scroll;
?}

?.clearfix:after {
???content: ".";
???display: block;
???height: 0;
???clear: both;
???visibility: hidden;
?}

?.clearfix {
???*zoom: 1;
?}

?.l {
???float: left;
?}

?.r {
???float: right;
?}
?.com-w{
???width: 1200px;
???margin: 0 auto;
?}

css初始化

原文地址:http://www.cnblogs.com/aqigogogo/p/7488687.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved