Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-color:#85C2FF;
- margin-right:5%;
- margin-left:5%;
- margin-top:2%;
- margin-bottom:2%;
- }
- h1 {
- text-shadow:2px 2px #A3DBFF;
- font-family:Papyrus;
- font-size:40px;
- letter-spacing:10px;
- }
- button {
- width:33%;
- height:43px;
- background:linear-gradient(#A3DBFF,#85C2FF);
- border:1px solid #85C2FF;
- border-radius:5px;
- font-family:Papyrus;
- }
- article {
- background-image:url(background.jpg);
- background-size:100% 100% 100%;
- }
- p {
- margin-left:245px;
- font-size:28px;
- font-family:Papyrus;
- line-height:51px;
- }
- /* The current page's button has an inverted gradient, or when it's hovered over */
- .current,button:hover {
- background:linear-gradient(#85C2FF,#A3DBFF);
- }
Advertisement