Today I learnt: You can target css stuff based ...

WHO KNEW…I’ve only been doing css for….well let’s not think about that…but yeah, there are still new CSS3 stuff that I keep finding…and this is today’s little gem thanks to Alex here at Flatcap! http://www.w3schools.com/cssref/sel_attr_begin.asp .footer-wrapper i[class^=”mk-“] { float: left; width: 20px; padding-top: 3px; } The above code will target all the i elements within… Read more »