Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions gridAdvanced/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,22 @@ <h2>BERRY PARFAIT</h2>
<p class="description">
This low-calorie, vitamin-packed parfait is great for breakfast, dessert, or post-workout!</p>
</div>
<div class="recipe e">
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/image-3.png" />
<h2>SWEET CHURROS</h2>
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/time.svg" class="time" />
<p class="mins">90 mins</p>
<p class="description">
Making this classic summer treat at home will remind you of a childhood spent in the park.</p>
</div>
<div class="recipe f">
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/image-6.png" />
<h2>BERRY PARFAIT</h2>
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/time.svg" class="time" />
<p class="mins">10 mins</p>
<p class="description">
This low-calorie, vitamin-packed parfait is great for breakfast, dessert, or post-workout!</p>
</div>
</main>

<footer>
Expand Down
2 changes: 1 addition & 1 deletion gridAdvanced/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ main {
justify-items: center;
justify-content: center;
align-items: stretch;
height: 1600px;
align-content: center;
grid-auto-rows: 500px;
}

h2 {
Expand Down