Tribute Page - Faker

Open for any critique :slight_smile:

Hi :slight_smile:

  • Codepen don’t need the “body” tag
  • Why style here?
<h1 class="headline text-center" style="color: black"> <b>Faker</b></h1>

I think the “p1” doesn’t exist :

<p1> More Details about Faker can be found <a href="http://lol.gamepedia.com/Faker" target="_blank">here</a>. </p1>

It looks like a list:

<h3><b>Name:</b>	Lee Sang-hyeok </h3>
  <h3><b>Country of Birth:</b>	Korea </h3>
  <h3><b>Birthday:</b>	May 7, 1996 (age 20) </h3>
  <h3><b>Team:</b>	<a href="http://lol.gamepedia.com/SK_Telecom_T1" target="_blank"> SK Telecom T1</a> </h3>
  <h3><b>Role:</b>	Mid Lane </h3>

Cheers and happy coding :slight_smile:

Thanks for pointing out, you are right on those things!

Cheers

Hi….

Interesting! Did you want it to be responsive so it will look good on any screen? If so, you will want to put the link for Bootstrap at the top of your code (just click on the gear next to the CSS title and it will open a box). Scroll down to the bottom and select bootstrap. Click on it and it will be there! Then put your code in a fluid container and you will be good to go!

Have fun!
GrannieB