Skip to content

Commit

Permalink
added border and shadow to our story image
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaP0nce committed Dec 26, 2024
1 parent 12d9f19 commit 522c124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ <h2 style="text-align: center; width: 100%;">Our Story</h2>

<!-- Right image column -->
<div class="story-image" style="flex: 1;">
<img src="images/our_story.jpg" alt="Our Story" style="width: 70%; height: 100%; object-fit: cover;">
<img src="images/our_story.jpg" alt="Our Story" style="width: 70%; height: 100%; object-fit: cover;border:
2px solid #0066cc; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); border-radius: 8px;">
</div>
</div>
</div>
Expand Down

0 comments on commit 522c124

Please sign in to comment.