Hello,
I’m looking for some feed back on my portfolio. It feels a bit basic after seeing some others. but let me know what you think and where I can improve on.
Hello,
I’m looking for some feed back on my portfolio. It feels a bit basic after seeing some others. but let me know what you think and where I can improve on.
Not a bad project. I like the color pallet and its responsiveness. There are a few things that i will change:
1st I would use a complementary font for the <h3>
instead of Sofia. You may take a look here for popular pairings.
2nd I would add in css:
@media (max-width:480px){
.poloride-bg{
display: table;
}
}
to have the cards centered.
3rd to the div id portfolio i would add the class text-center
to also have the cards centered.
Thank you so much, I couldn’t for the life of me figure out how to centre the cards… text-center, didn’t even think to use that I was trying to centre div elements.
Thank you for the font pairing idea, I will certainly start using that in the future.