Project: atribute page , need some feed back!

here is my atribute page http://codepen.io/hoangdepzai95/full/jrNbGy/, please give me feedback, thank you !

Hi :slight_smile:

Bootstrap documentation:

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

HTML, At line 3:

  <div class ="row">
    <div class = "header text-center">  <--  here
      <div class = "col-xs-12">

CSS, At line 1:

body{
  
}

Cheers and happy condig :slight_smile:

1 Like

oh, i understood. . thanks you very much!

I like it – it’s clean, easy to read, and does its job.

Two things I would pick out:

  1. You have a typo at the bottom of the page. “Contacts me” rather than “Contact me”.
  2. At line 74, why not make the word ‘here’ the link?
    > <p>If you want to know more about Mark Zuckerberg just click here <a href="https://en.wikipedia.org/wiki/Mark_Zuckerberg" target="_bank">Wikipedia</a> </p>
1 Like

thanks, i will edit !