Craving Criticism

I just finished my tribute page
Help me make it better.

In order to make it easier to read, the text block may be limited in width.

thank you, Iā€™m not sure how to do this

There are many ways to do this, but the simplest (not the best) may be:

body{
  font-family: 'Playfair Display',Impact, Charcoal, sans-serif;
  margin-left: 30%;
  margin-right: 30%;
}

And left aligned text block are also easier to read:

p {
    text-align: left;
}
1 Like