Thanks to some creative thinking, you can have a lovely and animated drop down menu done in CSS – no JavaScript required.
Paula Borowska
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!
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.
A Simple Guide on How SVGs Work
SVG, or Scalable Vector Graphic, is an image file format that is growing in popularity. They are actually a simple text file that holds coordinates which map out shapes and, therefore, make an image.
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.