File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
< title > Weather Widget UI</ title >
8
8
< link rel ="stylesheet " href ="style.css ">
9
9
</ head >
10
- < body >
10
+ < body class =" body " >
11
11
< div class ="container ">
12
12
< div class ="left-side-card ">
13
13
< div class ="date ">
17
17
Mumbai
18
18
</ div >
19
19
< div class ="cloud ">
20
- < img src ="./images /3.png " alt ="">
20
+ < img src ="../assets /3.png " alt ="">
21
21
27°
22
22
</ div >
23
23
</ div >
24
24
< div class ="right-side-card ">
25
- < img src ="./images /mumbai1.png " alt ="">
25
+ < img src ="../assets /mumbai1.png " alt ="">
26
26
</ div >
27
-
28
27
</ div >
29
28
</ body >
30
29
</ html >
Original file line number Diff line number Diff line change 3
3
margin : 0px ;
4
4
outline : none;
5
5
}
6
- html , body {
6
+ . body {
7
7
font-family : 'Roboto' , sans-serif;
8
8
overflow : hidden;
9
9
background : # d22222 ;
You can’t perform that action at this time.
0 commit comments