What do you think of my tribute page on FCC?

Check out my tribute page from here.

Give me feedback and more interesting opinions to make it look better.

You have made a nice and clean page. You can try to keep Years info into separate divs and place then left and right. This will reduce the page length, reduce scrolling and make the story look good.

Keep it up :slight_smile:

1 Like

The text is a little straining to read, so it would be best to either make the background lighter or the the text lighter

1 Like

Ok will try a separate div

Ok yes i focused it too thanks for feedback

Great work! you stuck to the basics and made them work. You made purple easy on the eyes with your background color combinations.

2 Likes

You can refer to Bootstrap Course on FCC to arrange every Year element left and right.

<div class="container-fluid">
   <div class="row">
      <ul>
         <div class="col-xs-6">
            <li><strong>2006</strong>

And you need to import this in your HTML Head.

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"/>