Thanks to some creative thinking, you can have a lovely and animated drop down menu done in CSS – no JavaScript required.
Coding
How to Use HTML5 “picture” for Responsive Images
We all know that responsive design is the way to go. The web is meant to be accessible by any and all devices.
How to Create Sticky Navigation with CSS
This is a quick tutorial on creating a minimal, sticky, or fixed, navigation with CSS. Let’s get started right away!
The Beginner’s Guide to Github and Git
In short, Git is a version control software. It means it helps manage changes to a project without overwrites and loss of work. Therefore, if something gets messed up, broken or overridden Git is going to help you get back the otherwise lost work.
A Practical Guide to Flexbox
CSS layout mode is an algorithm that helps position and size elements based on their sibling and parent elements. There are actually six different layout modes.
Empowering Your Stylesheet Through CSS Attribute Selectors
Before we go into the CSS attribute selectors let’s take a step back. I don’t know how familiar any of you are with all of this but I’m sure you’re at least familiar with basic HTML attributes.
Creating an Elegant CSS Pre-Loader for Absolute Beginners
With CSS animation becoming so powerful you can create great looking and simple pre-loaders for your website.
5 Easy Ways to Spice Up Your Buttons With CSS Transitions
By default, buttons are boring. There is not point in sugar coating it. But, if you add just a few lines of CC to animate the buttons a tad the button will breath new life.