You can browse templates all day long, but sometimes you just need to see a website in action to get inspired. That’s why we’ve put together this stellar collection of award-winning website designs. Each of these bring something unique to …
Month: July 2020

How To Create a Responsive Timeline with Image Thumbnails
In this tutorial you will learn how to create a responsive timeline for a set of related events you wish to display in a chronological (or reverse chronological) sequence. This can be used to display significant company milestones, news or …

15 Amazing CSS Paintings
If you’re involved in web development or design at all, you are familiar with CSS. It’s typically used to add design styles to websites. That’s the standard usage. But did you know some people have actually created full works of …

Learn How to Create Flip Cards using CSS
In this tutorial you will learn how to create blog post cards that flip on hover revealing the post excerpt on the back of the card. We will achieve this effect using CSS. The end result is responsive, making the …

Create Simple Parallax Scrolling Effect in Hero Section using Pure CSS
In this tutorial you will learn how to create a simple pure CSS parallax scrolling effect in the hero section of your landing page. Parallax scrolling is an effect where different visual elements on the page move at different speeds …

How To Create a Responsive Dropdown Navigation Using Only CSS
This tutorial will guide you through creating a responsive dropdown navigation using CSS only, with the help of CSS flexbox and the “checkbox hack”. Basic knowledge of HTML and CSS is required to follow along. The top navigation bar is …