I made a quick 2019 portfolio, I would like to get some feedback on it. Here’s a link: https://codepen.io/dmoneyballer/full/NoreVm
1 Like
What is this, icons for ants???
Jokes aside, you can control font awesome icon size with class “fa-[number]x” like this:
<i class="fab fa-linkedin fa-5x"></i>
<i class="fab fa-twitter-square fa-5x"></i>
1 Like
That’s really helpful I was just about to look that up. Thanks