Skip to content

Instantly share code, notes, and snippets.

@iamirulofficial
Created April 9, 2019 19:42
Show Gist options
  • Save iamirulofficial/8395f6fa8f4bb772880a7c0e68346ea7 to your computer and use it in GitHub Desktop.
Save iamirulofficial/8395f6fa8f4bb772880a7c0e68346ea7 to your computer and use it in GitHub Desktop.
whole {
color: #cc00cc;
background-color : powderblue;
width 100%;
}
heading {
text-shadow: 2px 2px 2px #606060;
text-align: center;
color: #00FF00;
font-size : 50px;
background-color : Violet;
font-variant:small-caps;
}
heading, temp, city, humidity, wind, precipitation {
display : block;
}
city1{
display: inline-block;
text-align: center;
font-size : 20px;
font-weight : bold;
border-style: dotted;
height: 200px;
width: 100%;
background: url(w4.jfif) no-repeat;
padding-top: 30px;
}
city2{
display: inline-block;
text-align: center;
font-size : 20px;
font-weight : bold;
border-style: dotted;
height: 200px;
width: 100%;
background: url(w2.jfif) no-repeat;
padding-top: 30px;
}
city3{
display: inline-block;
text-align: center;
font-size : 20px;
font-weight : bold;
border-style: dotted;
height: 200px;
width: 100%;
background: url(download.jfif) no-repeat;
padding-top: 30px;
}
cityname {
color: blue;
width: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment