Hello :) My first tribute page

Hello :slight_smile:
I just made my first tribute page about Casey Neistat :slight_smile: May I have your feedback?

1 Like

I don’t know why, but here are not working fonts I used to the project :confused:

Hi
This code is obsolete (align)

<h2 align="center"><b>Filmography</b></h2>

The align attribute is obsolete; don’t use it.

This code is not necesary:

<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

Cheers and happy coding :slight_smile:

Hey! Thank you for your suggestion.
I’ve used class=“row text-center” insted of align attribute. Is that better way?

I think with the class text-center is enough. If you want to add the class row you need to consider:

Content should be placed within columns, and only columns may be immediate children of rows.

Cheers and happy coding :slight_smile: