My portfolio is complete! Pls check it out

Hi Campers

Just finished my portfolio project and would like to hear what you guys think

Thanks for any feedback

Your portfolio and tribute page looks good! + 1 for the Malcolm X tribute. :smiley:

Thanks mate :smiley :smiley:

Looks great! You did a terrific job.

  1. dont use !important It is simple website, and you realy dont need it.
  2. DRY! instead of:
    #instagram { font-size: 100px; color: white; } #facebook { font-size: 100px; color: white; } #linkedin { font-size: 100px; color: white; } #github { font-size: 100px; color: white; }
    try:
    .social-media {font-size: 100px; color: white;}
  3. There is no such thing like float: center;
1 Like

Thanks for the feedback, really helps a lot!
I have been struggling a bit to get elements exactly where I want them hence the float : center; fail :sweat_smile:

1 Like