Girl's Day 2025 Group 2 repository
Problem: There is text on the page which is not clearly visible yet.
Solution: Change the color property of the <h1>
and <p>
tags to reveal it.
- Choose an animal from the available images in the 'Photos' folder.
- Give them a name. Replace that name in the
<h1>
tag. - Replace the chosen image in the src property of the
<img>
tag. - Replace the alt property of the
<img>
tag with a 1-2 word description of the image seclected. Eg: "dolphin" - Give them a small description. Replace that description in the
<h2>
tag. - List 3-5 things they love and replace the
<ul>
tag with the items separated by<li>
tags. - Style the whole page as desired using CSS properties either in-line or in my_style.css stylesheet.
- Have fun!
All changes commited and pushed will automatically trigger deployement (this can take a few mins).