Hello
I just made my first tribute page about Casey Neistat May I have your feedback?
Hello :) My first tribute page
Hello :) My first tribute page
0
erretres
#3
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
NatAmilove
#4
Hey! Thank you for your suggestion.
I’ve used class=“row text-center” insted of align attribute. Is that better way?
erretres
#5
I think with the class text-center is enough. If you want to add the class row you need to consider:
http://getbootstrap.com/css/#grid-intro
Content should be placed within columns, and only columns may be immediate children of rows.
Cheers and happy coding