Skip to content

Commit e1fecd8

Browse files
committed
final changes
1 parent 2cbf5dd commit e1fecd8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Netflix-India</title>
6+
<title>Netflix India - Watch TV Shows Online, And Watch Movies Online</title>
77
<link rel="shortcut icon" href="./assets/favicon.svg" type="image/x-icon" />
88
<link rel="stylesheet" href="style.css">
99
</head>

style.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,12 @@ nav img {
263263
justify-content: center;
264264
align-items: center;
265265
gap: 15px;
266+
flex-wrap:wrap;
266267
}
267268

268269
.feat-card {
269-
width: 400px;
270-
height: 300px;
270+
width: 280px;
271+
height: 280px;
271272
background:
272273
linear-gradient(175deg, #071855, #28142d);
273274
padding: 20px;

0 commit comments

Comments
 (0)