This is a side-project* to practice HTML and CSS where I build a tribute page to one of my favorite directors. You can preview the page by clicking here.
The Goal
Build a tribute page.
Timeline
Jul ’23
freeCodeCamp, Responsive Web Design Certification
Tools
HTML
CSS
* What is a side project?
My main focus is Data Analytics and UX Design, but whenever I find time I am practicing computer languages to improve my CS literacy.
For this side project I followed freeCodeCamp’s Responsive Web Design Certification. For the complete code, you can visit my CodePen page.
PROJECT ELEMENTS
The key elements and notes of this project:
- An element which contains a string, that describes the subject of the tribute page, hence NBC.
- A figure which contains an img element.
- A caption of the image that contains textual content describing the image shown.
- An element which contains textual content describing the subject of the tribute page.
- An element which links to an outside site, that contains additional information about the subject of the tribute page.
- The image has
max-width
andheight
properties to resize responsively, relative to the width of its parent element.
Previous HTML/CSS Project
Next HTML/CSS Project