This is my project

Build a tribute page

I have built the project portfolio page , please have a look and give your feedback .
Thanks,

Nice project. :grinning:

But i would suggest you to not rely so much on inline styling. It is not the best practice for styling.
CSS is a much better, easier and preferred way of styling.

Here i have added some CSS to your project. Try copying it in the CSS of your project.


figcaption {
  text-align: center;
}

.col-xs-6 h2{
  padding: 5px;
  text-align: center;
}

.col-xs-6 p {
  font-size: 16px;
  margin: 5px;
}
1 Like