Advertisement
quyennvse02884

[Reset CSS]fuavatar

Jul 22nd, 2014
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.65 KB | None | 0 0
  1. http://ap.fpt.edu.vn/user/img/roll_number
  2. --------------------------------------------
  3. css reset for website:
  4. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  5.     margin:0;
  6.     padding:0;
  7. }
  8. table {
  9.     border-collapse:collapse;
  10.     border-spacing:0;
  11. }
  12. fieldset,img {
  13.     border:0;
  14. }
  15. address,caption,cite,code,dfn,em,strong,th,var {
  16.     font-style:normal;
  17.     font-weight:normal;
  18. }
  19. ol,ul {
  20.     list-style:none;
  21. }
  22. caption,th {
  23.     text-align:left;
  24. }
  25. h1,h2,h3,h4,h5,h6 {
  26.     font-size:100%;
  27.     font-weight:normal;
  28. }
  29. q:before,q:after {
  30.     content:'';
  31. }
  32. abbr,acronym {
  33.     border:0;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement