My first project: Tribute Page for Mahatma Gandhi

Here is my tribute page http://codepen.io/nikitaswn34/pen/akZEkZ. Please provide feedback.Thanks!

Hi :slight_smile:

Codepen CSS linter :

  • Unknown property ‘font-width’.

Why use * ?

*{
  font-family: 'Lobster', cursive;
}

HTML:

At line 18-19 ¿Why?

     <div class="col-md-1">
           </div>

At line 46-48, “h8” does not exist[0]:

<h8 style="font-family:sans-serif;color:blue">For detailed timeline events, please visit this
		<a style="font-family:sans-serif;color:blue" href="http://codepen.io/nikitaswn34/pen/Vjoqqp">link</a>
	     </h8>

At line 51-52 ¿Why?

<p></p>
<p></p>

At line 57-59 ¿why?

 <p>"Non-violence is the greatest force at the disposal of mankind. It is mightier than the mightiest weapon of destruction devised by the ingenuity of man."</p>
<p></p> <-- ?
<p></p>  <-- ?

Cheers and happy coding :slight_smile:

[0] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements