This is a submission for Task 2 from the muLearn Web Development track.
In this task, we were asked to build and style a simple Biography Page using HTML and CSS, based on the instructions from the MDN CSS course.
π Reference: MDN CSS First Steps
- Created a basic bio page with HTML
- Styled it using CSS as per the challenge
- Made the
<h1>headinghotpinkand gave it a10px dotted purplebottom border - Made the
<h2>heading italic - Styled the contact details
<ul>with:- Light grey background (
#eeeeee) - Solid purple border (
5px) - Padding inside the box
- Light grey background (
- Made links change to green on hover