Final answer:
To recreate the webpage, you need to display personal information in the heading, apply a grid template to the website, insert images with hover effects, and add buttons with hover effects.
Step-by-step explanation:
Recreating a Webpage
To recreate the webpage, you need to:
- Display your personal information in the heading using an appropriate HTML tag, such as <h1>.
- Apply a grid template to your website using CSS, with three columns set to width of 20%, 60%, and 20% and a 5px gap between them.
- Reserve the 20% width columns for advertisements by using appropriate CSS styling.
- Insert three images in the middle grid and add a drop-down hover action using CSS.
- Under each image, add buttons with different colors on hover using CSS.