The Weekly Roundup: Web Design Tutorials Circa 2017
Top Ten Web Design Posts of 2016, Animating Hero Text with jQuery, Polaroid Tilted Image Effects using CSS...
Every day new HTML, CSS, and JavaScript tutorials are posted to the growing Solodev Web Design Blog! Here is a list of what was added the week of January 2nd!
The Top Ten Most Popular Design Posts of 2016
We have posted hundreds of web design tutorials since we started the blog back in July. Out of those hundreds of posts, tens of thousands of people flocked to which tutorials they were most interested in. Using data from Google Analytics, Twitter Analytics, and Medium Stats these are the top ten most popular web design tutorials from 2016.
Animating Hero Text with jQuery
Oftentimes, hero text can be boring or perhaps you have more to say than just one fragment of a sentence. In some cases, you may provide multiple services or products that can't be summed up in one header. That's where animated hero text comes in. Using the example in the tutorial below, you can have your hero text alternate to describe different aspects of your business. In this article, Solodev will show you how to add animated hero text to your website using jQuery.
Adding a Tilt Effect to your Images on Hover with CSS
Adding interactivity to your website is always a value add. Static images are boring yet for some reason they're still everywhere on the web. Good design principles include adding as much interactivity to your images as possible so they stand out. There are many ways to do this using different hover effects with JavaScript. However, in this article, we will show you how to add a tilt effect to your images on Hover using CSS.