TRIBUTE PROJECT- A Tribute to Kanye West (FEEDBACK PLEASE)

Hi @cainmosni,

  • Do not use lower levels to decrease heading font size:
  <h3 class="quote">"Would you believe in<br> what you believe in <br>if you were the only one<br> who believed it?"”</h3>
<h3 class="name">— Kanye West</h3>

MDN documentation:
<h1>–<h6>: The HTML Section Heading elements - HTML: HyperText Markup Language | MDN

**Do not use lower levels to decrease heading font size: use the CSS font-size property instead.**Avoid skipping heading levels: always start from <h1>, next use <h2> and so on.

HTML Standard

h2–h6 elements must not be used to markup subheadings, subtitles, alternative titles and taglines unless intended to be the heading for a new section or subsection. Instead use the markup patterns in the §4.13 Common idioms without dedicated elements section of the specification.

Common Idioms
HTML Standard

  • A bug :bug: ( the unclosed <small> is affecting the rest of the code)
  
<h1><small>Kanye West Career Timeline</h1>
<div class="row">
<div class="col-sm-6">

Cheers and happy coding :slight_smile:

Its Nice…
I like the background image after scrolling its shows…
Good…