Daraltılmış Reset Css

Reset css ile ilgili bir blog yazısında Eric meyer‘in reset css inden daha küçültülmüş bir css gördüm. Bende kullanmayı düşünüyorum. hatta bu örnek de table içinde css var table da yeni standartlarda desteklenmediğine göre biraz daha da kısaltılabilir.

 
body
{
    padding: 0;
    margin: 0;
    color: #606060;
    font: 13px Tahoma, Arial; *font-size:small;*font:x-small;
}
h1, h2, h3, ul, li, em, strong
{
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
ul
{
    list-style: none;
}
img
{
    border: 0;
}
p
{
    margin: 1em 0;
}
  • Facebook
  • Twitter
  • StumbleUpon
  • del.icio.us
  • Digg

Category: Something - Comment »


Leave a Reply



Back to top