Review my Tiva Tribute Page

I would appreciate if you guys can review my Tiva Tribute Page. I am a huge NCIS fan, and I just wanna make something fancy because I was so inspired watching this series. Thanks a lot!

Regards,
Alec

Hi alecaceaes,

Is better not use the style attribute:

<section style="padding: 30px">

Because, you have multiple styles sources (That’s make the page more difficult to review.):

  • The CSS tab
  • Every element on the html with the style attribute

MDN documentation:
style - HTML: HyperText Markup Language | MDN

The style global attribute contains CSS styling declarations to be applied to the element. Note that it is recommended for styles to be defined in a separate file or files. This attribute and the <style> element have mainly the purpose of allowing for quick styling, for example for testing purposes.


--- Cheers and happy coding :slight_smile:

Hi erretres,

I will change it now and try to never use style tag to my projects again,Thanks for your review!

1 Like