We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbf5dd commit e1fecd8Copy full SHA for e1fecd8
index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Netflix-India</title>
+ <title>Netflix India - Watch TV Shows Online, And Watch Movies Online</title>
7
<link rel="shortcut icon" href="./assets/favicon.svg" type="image/x-icon" />
8
<link rel="stylesheet" href="style.css">
9
</head>
style.css
@@ -263,11 +263,12 @@ nav img {
263
justify-content: center;
264
align-items: center;
265
gap: 15px;
266
+ flex-wrap:wrap;
267
}
268
269
.feat-card {
- width: 400px;
270
- height: 300px;
+ width: 280px;
271
+ height: 280px;
272
background:
273
linear-gradient(175deg, #071855, #28142d);
274
padding: 20px;
0 commit comments