Css Format
/* 美化:格式化代码,使之容易阅读 */
/* 压缩:将代码最小化,加快加载速度 */
/* 如果有用,请别忘了推荐给你的朋友: */
/* css在线美化、压缩:https://sotool.net/css */
/* v1.0 2021-03-06 */
.sotool {
width: 100%;
font-size: 24px;
}
/* 以下是演示代码 */
body, div, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
fieldset, img {
border: 0;
}
:focus {
outline: 0;
}
input, button, textarea,
select, optgroup, option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
code,pre {
font-size: 100%;
}
ctoolion, th {
text-align: left;
}
sup, sub {
font-size: 100%;
vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
text-decoration: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}