Assignment 1-Tribute Page

Hello coders, this is my tribute page assignment. Critiques are most welcome.
URL- https://codepen.io/ayeshariyaz/full/OvQaxV/

1 Like

You have declared the body as a class. Remove the period, that’ll shift the margin-top. You can also use bootstrap’s grid system to align the timeline and subsequent passages.

body{
  margin-top:60px;
}

Great job otherwise.:smiley:

1 Like

thank you @falseworld for the review

1 Like