Posted By


temanuel on 11/25/13

Tagged


Statistics


Viewed 213 times
Favorited by 0 user(s)

Core CSS - Lite


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. a, abbr, acronym, address, applet, article, article, aside, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figcaption, figure, figure, footer, footer, form, h1, h2, h3, h4, h5, h6, header, header, hgroup, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, menu, nav, nav, object, output, p, pre, q, ruby, s, samp, section, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-font-smoothing: antialiased; }
  2. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
  3. a { -webkit-tap-highlight-color: rgba(0,0,0,0); }
  4. a img { border: none; }
  5. a:focus, input:focus { outline: none; }
  6. img { display: block; -webkit-tap-highlight-color: rgba(0,0,0,0); }
  7. b,strong { font-weight: bold; }
  8. i, em { font-style: italic; }
  9.  
  10.  
  11. body {
  12. background: #fff;
  13. font: 14px helvetica,arial,sans-serif;
  14. color: #000;
  15. }
  16.  
  17. a:link, a:visited { text-decoration: none; }
  18. a:hover, a:visited { text-decoration: underline; }
  19.  
  20.  

Report this snippet


Comments


You need to login to view comments.