CSS reset Styles for all browsers(CSS初始化代碼,重設瀏覽器中CSS預設屬性)

來源:互聯網
上載者:User
 1 /**********************************
 2 
 3 Use: Reset Styles for all browsers
 4 
 5 ***********************************/
 6 
 7 body, p, blockquote {
 8 margin: 0;
 9 padding: 0;
10 }
11 
12 a img, iframe { border: none; }
13 
14 /* Headers
15 ------------------------------*/
16 
17 h1, h2, h3, h4, h5, h6 {
18 margin: 0;
19 padding: 0;
20 }
21 <!--more-->
22 h1 { font-size: 150%; }
23 h2 { font-size: 140%; }
24 h3 { font-size: 130%; }
25 h4 { font-size: 120%; }
26 h5 { font-size: 110%; }
27 
28 /* Lists
29 ------------------------------*/
30 
31 ul, ol, dl, li, dt, dd {
32 margin: 0;
33 padding: 0;
34 }
35 
36 /* Links
37 ------------------------------*/
38 
39 a, a:link {}
40 a:visited {}
41 a:hover {}
42 a:active {}
43 
44 /* Forms
45 ------------------------------*/
46 
47 form, fieldset {
48 margin: 0;
49 padding: 0;
50 }
51 
52 fieldset { border: 1px solid #000; }
53 
54 legend {
55 padding: 0;
56 color: #000;
57 }
58 
59 input, textarea, select {
60 margin: 0;
61 padding: 1px;
62 font-size: 100%;
63 font-family: inherit;
64 }
65 
66 select { padding: 0; }
67 
相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.