How To Create a Responsive Grid with Flexbox

How To Create a Responsive Grid with Flexbox

Ready to make a simple grid system to use for your web development? Flexbox makes it super simple to create a responsive grid system, no longer is there any need to mess with floats. Sure you can use a framework such as Bootstrap for a grid system… but…

Create a Home Page Hero Area

How To Create a Home Page Hero Area

In this post I will show you how to use several CSS features to create a nice looking hero image area for your home page. Here are some of the different CSS features we will be using to accomplish this: image covering entire background area color gradient overlay…

How To Use Git – A Step By Step Guide

How To Use Git – A Step By Step Guide

If you are new to using Git, it may seem a bit overwhelming. Don’t worry this post will take you step-by-step through the basics of Git and creating your first repository. What is Git? Git is a version control system that keeps track of the changes made to…

5 Tips For Optimizing Your Images For The Web

5 Tips For Optimizing Your Images For The Web

A picture is worth a thousand words…. well not if it causes your site to load slowly. Poorly optimized images are often the cause of a slow loading sight. But images and image optimization also plays an important role on your blog: they make the content more enjoyable…

How To Use Your Domain Email Address With Gmail

How To Use Your Domain Email Address With Gmail

When it comes to email for your domain, there are typically two popular choices: Create email accounts from within your hosting cPanel (free) Use Google G Suite to handle your email ($5 per month) The drawback with using email accounts created within your hosting cpanel is the web…

how to create a divi child theme

How To Create a Divi Child Theme

Have you ever updated your Divi theme only to discover some of the customizations you previously made are now gone? This is one of the reasons why you need your own child theme for your site. Having a child theme means your custom styling will not get lost…