Pinned
CSS Tutorial: Changing Icons in Contacts Table
Category: Web, HTML, Tech
I have not seen a recent, useful tutorial on changing the icons in the contacts table, with the ability to resize them easily. Copy this CSS into the "About Me" tab, change the content urls and sizes, and then you're done! .contact{ padding: 5px } .contact .f-col{ padding: 0px 0px 7px; } /* Enable Flexbox for Alignment */ .contact .inner a { display: flex; } » Continue Reading