Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
added <figcaption> and changed gap property on <header>
  • Loading branch information
bccpadge committed Jan 23, 2024
1 parent a1f067d commit 6a4fbbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
<h1 class="sr-only">Frontend Mentor | Social links profile</h1>
<figure>
<img class="max-w-full mx-auto rounded-full" src="./assets/images/avatar-rebecca.jpg" width="100" height="100" alt="headshot of Rebecca Padgett" />
<figcaption class="sr-only">A girl wearing a white shirt.</figcaption>
</figure>
<header class="grid gap-4 mt-4">
<header class="grid gap-3 mt-4">
<h2 class="text-2xl font-bold">Rebecca Padgett</h2>
<small class="font-bold text-green">Chesterfield, Virginia</small>
<p class="text-sm">"golf and music enthusiast."</p>
Expand Down
4 changes: 4 additions & 0 deletions public/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,10 @@ video {
gap: 1rem;
}

.gap-3 {
gap: 0.75rem;
}

.rounded-full {
border-radius: 9999px;
}
Expand Down

0 comments on commit 6a4fbbf

Please sign in to comment.