Skip to content

Commit

Permalink
50% WORK DONE
Browse files Browse the repository at this point in the history
  • Loading branch information
MKAIF5 committed May 12, 2024
1 parent 1da0088 commit b5b1d01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<section class="result">
<figure class="name">
<figcaption>london</figcaption>
<img src="" alt="">
<img src="https://flagsapi.com/GB/shiny/32.png" alt="">
</figure>
<figure class="temperature">
<img src="" alt="">
<img src="http:openweathermap.org/img/wn/10d@4x.png" alt="">
<figcaption>
<span>31</span>
<sup>0</sup>
Expand Down
10 changes: 9 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ main ul {

main li {
background-color: #f78a55;
color: white;
border-radius: 10px;
padding: 20px 10px;
background-image: linear-gradient(
Expand All @@ -90,9 +91,16 @@ main li {
font-weight: bold;
font-size: small;
}

main li i{
font-size: 2em;
display: block !important;
margin: 20px 0;
}

main li:nth-child(2){
background-color: #b56291;
}

main li:nth-child(3){
background-color: #48567b;
}

0 comments on commit b5b1d01

Please sign in to comment.