CSS ရှိ စတိုင် reset များအတွက် အဆင်သင့် လိုက်ဘရီများ
မကြာခဏဆိုသလို margin များသာမက အခြားသော ပုံသေ တန်ဖိုးများကို ပြန်လည်သတ်မှတ်ခြင်းသည် အဆင်ပြေပါသည်။ မလိုအပ်သော တန်ဖိုးအားလုံးကို ပြန်လည်သတ်မှတ်ပေးသည့် အဆင်သင့် reset ဖိုင်များ ရှိပါသည်။ လူကြိုက်များသော တစ်ခုမှာ Eric Meyer ၏ စတိုင် reset ဖြစ်ပါသည်။
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ဖော်ပြထားသော reset ကို မည်သည့် HTML ဖိုင်တစ်ခုခုသို့မဆို ချိတ်ဆက်ပါ။ သင့်ကိုယ်ပိုင် CSS စတိုင်များ မပါဘဲ ပုံသေ စာမျက်နှာ၏ အပြင်အဆင်ကို ကြည့်ပါ။