Skip to content

Commit 277c273

Browse files
committed
Changes made
1 parent 54e5341 commit 277c273

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cards/Card_01/code/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Weather Widget UI</title>
88
<link rel="stylesheet" href="style.css">
99
</head>
10-
<body>
10+
<body class="body">
1111
<div class="container">
1212
<div class="left-side-card">
1313
<div class="date">
@@ -17,14 +17,13 @@
1717
Mumbai
1818
</div>
1919
<div class="cloud">
20-
<img src="./images/3.png" alt="">
20+
<img src="../assets/3.png" alt="">
2121
27&deg;
2222
</div>
2323
</div>
2424
<div class="right-side-card">
25-
<img src="./images/mumbai1.png" alt="">
25+
<img src="../assets/mumbai1.png" alt="">
2626
</div>
27-
2827
</div>
2928
</body>
3029
</html>

Cards/Card_01/code/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
margin: 0px;
44
outline: none;
55
}
6-
html,body{
6+
.body{
77
font-family: 'Roboto', sans-serif;
88
overflow: hidden;
99
background: #d22222;

0 commit comments

Comments
 (0)