Advertisement
Guest User

my css file

a guest
Oct 27th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. h1 {
  2.     color:red;
  3.     background-color: black;
  4.     font-size:40pt;
  5.     font-family:"Comic Sans MS";
  6. }
  7.  
  8. body {
  9.     color:lime;
  10.     background-color: red;
  11.     border-color:blue;
  12.     border-width:5;
  13.     border-style: groove;
  14.     border-left-style: dashed;
  15. }
  16.  
  17. table {
  18.     background-color:lime;
  19.     color:red;
  20. }
  21.  
  22. a {
  23. color:yellow;
  24. }
  25.  
  26. #rofllollol {
  27.     background-color:black;
  28.     color:white;
  29.     float:right;
  30.     text-align:center;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement