HTML

style.css

Mar 11th, 2017
182
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1.  
  2. body {
  3.         background:#000000;
  4. }
  5. button {
  6.         width:100px;
  7.         height:45px;
  8. }
  9. a {
  10.         font-size:20px;
  11.         color:#FFFFFF;
  12.         text-decoration:none;
  13.         padding:3%;
  14.         font-family:Times, Times New Roman;
  15.         font-weight:bold;
  16.         text-shadow:1px 1px 1px #5AEEED;
  17. }
  18. .on {
  19.         background:#000000;
  20. }
  21. h1 {
  22.         padding:0.5%;
  23.         color:#FFFFFF;
  24.         text-shadow:2px 2px 2px #FF0088;
  25. }
  26. header {
  27.         width:80%;
  28.         height:130px;
  29.         margin-left:10%;
  30.         margin-right:10%;
  31.         background:#666666;
  32.         text-align:center;
  33. }
  34. ul {
  35.         padding-left:5%;
  36.         padding-top:2%;
  37. }
  38. ul li {
  39.         color:#FFFFFF;
  40.         font-size:20px;
  41.         padding:10px;
  42. }
  43. #pg1 {
  44.         width:80%;
  45.         height:300px;
  46.         margin-left:10%;
  47.         margin-right:10%;
  48.         background:#00FFF0;
  49. }
  50. #pg2 {
  51.         width:80%;
  52.         height:300px;
  53.         margin-left:10%;
  54.         margin-right:10%;
  55.         background:#000FFF;
  56. }
  57. #pg3 {
  58.         width:80%;
  59.         height:300px;
  60.         margin-left:10%;
  61.         margin-right:10%;
  62.         background:#AAAAAD;
  63. }
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment