Tribute page — project feedback request

Hi,

I have recently finshed the FCC debut project:

http://codepen.io/rdazvd/pen/QGmvWW/

I’ve overridden some of Bootstrap’s styling with hand coded CSS, but am not sure if this is the best way to achieve what I wanted.

Any general feedback would be greatly appreciated.

Sorry, I’ve somehow messed up with the URL, which directed to a 404 on the original post. It is now fixed.

Hi @rdazvd,

  • You can use <blockquote> for this code( is more expressive) :
 <p id="quote">“Borlaug’s life and achievement are testimony to the far-reaching contribution that one man’s towering intellect, persistence and scientific vision can make to human peace and progress.”</p>
      <p class="text-right">Indian Prime Minister Manmohan Singh</p>

MDN documentation:
<blockquote>: The Block Quotation element - HTML: HyperText Markup Language | MDN

The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation…

Cheers and happy coding :slight_smile:

1 Like

Semantically clearer indeed. Thanks!!

1 Like