Jump to content
  • 0

css reset


MaferoK
 Share

Question

Добрый день

у меня возник такой вопрос каким css reset пользуетесь вы ? и какой самый лучший по вашему мнению ...

я например использую такой ... но мб есть и лучше (правельнее) , хотелось бы узнать ваше мнение ..


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;
}

Link to comment
Share on other sites

Recommended Posts

  • 0
Аргументируйте.

Без бордеров и паддингов элементы форм выглядят на порядок более уродски, чем по дефолту. Для меня этого аргумента достаточно, чтобы забыть о * {...} в реальных проектах. Не говоря о том, что оно создает лишнюю работу браузеру (при рендеринге) и кодеру (при приведении нечитаемой слипшейся каши обратно в удобоваримый вид).

outline: none;

Хоть какое-нибудь выделение для :focus-то верните (тенюшку какую-нибудь ненавязчивую, что ли). А то сломается у вас мышка по закону подлости — ох, вспомните вы эту несчастную пунктирную рамку, которая вам лишь помочь пытается... :)

  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy