Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
88neil authored Dec 13, 2024
1 parent c1a04a5 commit b890a0b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<title>PopcornPicks</title>
<link href="https://fonts.googleapis.com/css2?family=Krona+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap" rel="stylesheet">
<!-- googlefonts loader for poppins, kroma one & kumbh sans -->
<link href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap" rel="stylesheet"> <!-- googlefonts loader for poppins, kroma one & kumbh sans -->
<link rel="stylesheet" href="style.css">
</head>
<body>
Expand All @@ -31,9 +30,13 @@ <h1>PopcornPicks</h1>
<div class="recommended">
<div class="recommended-movies">
<div class="movie">
<img class="movie-image" src="img/kungfupanda.webp">
<img class="movie-image" src="img/kungfupanda.webp">
<p class="movie-name">The Adventure of Blue Sword</p>
</div>
<div class="movie wide"> <!-- wide class is added to make the movie card wider -->
<img class="movie-image" src="img/train_dragon.jpg">
<p class="movie-name">How to Train Your Dragon</p>
</div>
</div>
</div>
</body>
Expand Down

0 comments on commit b890a0b

Please sign in to comment.