Advertisement
thomazrb

estilo

Dec 8th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. body
  2. {
  3.     background-color: #000000;
  4.     background-repeat: no-repeat;
  5.     background-attachment: fixed;
  6.  
  7.     font-family: "Verdana";
  8.     font-size: 8pt;
  9.     color: #dddddd;
  10. }
  11.  
  12. img {
  13.     max-width: 100%;
  14.     max-height: 97%;
  15. /*height: auto;*/
  16.     width: auto\9; /* ie8 */
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement