HTML

style.css

Mar 11th, 2017
208
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:#85C2FF;
  3.             margin-right:5%;
  4.             margin-left:5%;
  5.             margin-top:2%;
  6.             margin-bottom:2%;
  7. }
  8. h1 {
  9.             text-shadow:2px 2px #A3DBFF;
  10.             font-family:Papyrus;
  11.             font-size:40px;
  12.             letter-spacing:10px;
  13. }
  14. button {
  15.             width:33%;
  16.             height:43px;
  17.             background:linear-gradient(#A3DBFF,#85C2FF);
  18.             border:1px solid #85C2FF;
  19.             border-radius:5px;
  20.             font-family:Papyrus;
  21. }
  22. article {
  23.             background-image:url(background.jpg);
  24.             background-size:100% 100% 100%;
  25. }
  26. p {
  27.             margin-left:245px;
  28.             font-size:28px;
  29.             font-family:Papyrus;
  30.             line-height:51px;
  31. }
  32. /* The current page's button has an inverted gradient, or when it's hovered over */
  33. .current,button:hover {
  34.             background:linear-gradient(#85C2FF,#A3DBFF);
  35. }
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment