Trevin serves as the VP of Marketing at WebFX. He has worked on over 450 marketing campaigns and has been building websites for over 25 years. His work has been featured by Search Engine Land, USA Today, Fast Company and Inc.
Using just HTML and CSS, the folks at ECSSPERT have managed to recreate the logos of recognizable brands such as Adidas, Twitter, Apple, Nike, and more. Here’s the markup they used to render McDonald’s iconic arch logo:
And after all that, this is what you get: One thing I’d like to point out is there are better implementation techniques for this sort of thing, such as using <canvas> or <svg> HTML elements. But doing it “the right way” wouldn’t be as fun or as challenging as using CSS properties to shape and style HTML elements.