My tribute to Oskar Schindler

Hello,

I’d like any feedback to my Tribute page.

Tribute to Oskar Schindler

Hi,

CSS:
This is only a recommendation, but is better not use IDs in selectors:

this code is not correct:

.img-responsive {
max-width: 70%;
max-height: auto;  <-- here

Values

  • <length>
  • <percentage>
  • none

experimental:

  • max-content
  • min-content
  • fill-available
  • fit-content

HTML

This code is no correct (div=row is not valid)

 <div="row">

This code is not correct:


here the h4 --> <h4 class="text-muted" >
                   <i>An Angel in Hell</i>
                 </h2> 

Cheers and happy Coding :slight_smile: