Skip to content

Instantly share code, notes, and snippets.

@digitalinkwell
Created April 16, 2015 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digitalinkwell/21618a845de06ccff4f4 to your computer and use it in GitHub Desktop.
Save digitalinkwell/21618a845de06ccff4f4 to your computer and use it in GitHub Desktop.
simpleweathercss
#weather2 {
background: #6f9dbe;
background: -webkit-gradient(linear, left top, left bottom, from(#adc7db), to(#6f9dbe));
background: -moz-linear-gradient(top, #b2bcc8, #adc7db);
width: 185px;
padding: 5px 10px;
overflow: hidden;
border: 1px solid #6591b3;
}
#weather2 h2 {
color: #000;
text-shadow: rgba(250, 250, 250, 0.6) 2px 2px 0;
}
#weather2 p {
font-size: 25px;
margin: 30px 0 0;
}
#weather2 p span {
font-size: 16px;
}
#weather2 a:link, #weather2 a:active, #weather2 a:visited {
display: block;
clear: both;
text-decoration: none;
color: #222;
font-size: 12px;
}
#weather2 a:hover {
color: #000;
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment