HTML

style.css

Mar 11th, 2017
151
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. body {
  2.                 background-color:#1F1200;
  3.                 cursor:crosshair;
  4.                 width:100%;
  5.                 height:100%;
  6. }
  7. a {
  8.                 color:#FFFFFF;
  9.                 cursor:crosshair;
  10.                 margin-top:100px;
  11. }
  12. li {
  13.                 height:75px;
  14.                 width:75px;
  15.                 background-size:75px 75px auto;
  16.                 color:#FFFFFF;
  17.                 border:1px solid #FFFFFF;
  18.                 border-radius:75px;
  19.                 text-align:center;
  20.                 margin-top:10px;
  21. }
  22. h1 {
  23.                 color:#FFFFFF;
  24.                 text-shadow:1px 1px 0px #EB9100;
  25.                 float:right;
  26.                 margin-right:50px;
  27. }
  28. h2 {
  29.                 color:#FFFFFF;
  30.                 text-shadow:1px 1px 0px #EB9100;
  31. }
  32. #button1 {
  33.                 background:url(img\button1.jpg);
  34. }
  35. #button2 {
  36.                 background:url(img\button2.jpg);
  37. }
  38. #button3 {
  39.                 background:url(img\button3.jpg);
  40. }
  41. #1 {
  42.                 background:url(img\button1.jpg);
  43. }
Comments
  • User was banned
Add Comment
Please, Sign In to add comment