My Star Wars Tribute Page!

Hi fellow Campers!

Here is my Tribute Page project: http://codepen.io/chaitanyajosen/full/eBYoeO/
Comments?

Cheers!
Chaitanya

Hi @chaitanya,

HTML inspector(codepen)

  • This code is not correct( the center element):
<center> <-- here
    <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Star_Wars_Logo.svg/640px-Star_Wars_Logo.svg.png" class="img-responsive">
    </center>

MDN documentation:

Deprecated
This his feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped.Do not use it in old or new projects. Pages or Web apps using it may break at any time.


This code is not correct (empty)

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

Cheers and happy coding :slight_smile:

Thank you @Diego_Perez ! I will take care in the future. :slight_smile:

1 Like