Skip to content

mister-josuecedeno/tribute-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tribute Page - Prince

Live

View demo: https://mister-josuecedeno.github.io/tribute-page/

screen-shot

Objective

Build a tribute page using HTML and CSS only. Ensure that the page complies with the fundametals of UI design.

Challenges

Ensuring that images match the layout can be challenging. To ensure that the image adjusted to the screen layout the following code was leveraged

img {
  object-fit: cover;
  height: 500px;
  width: 100%;
}

About

Build a tribute page using only HTML and CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published