Read the manual (documentation)
Today's eye-opening realization is to read the documentation. I probably spent 2 hours trying to get two fields side by side. After searching the Google groups, I saw the suggestion…
Today's eye-opening realization is to read the documentation. I probably spent 2 hours trying to get two fields side by side. After searching the Google groups, I saw the suggestion…
Well, with this lesson I learned how to spell accessibility and how to make my icons accessible! Whoo Hoo! This code is to place an icon based social media nav…
element & class { width: 100%; height: auto; } Keeps all your images the same width creating a much prettier design
Today's mind bending realization: Keep a desktop stick note with relevant and frequently used information like hex codes for each project. So much easier than scrolling through the file or…
The photos are lined up and evenly spaced - all thanks to flexbox. .homepage-featured-work-row { display: flex; flex-flow: row; justify-content: space-between; } After returning to display: block; to pull the…
Yep, just spent an hour and a half not able to figure out why my headline was laying to the left of my images instead of above them. I kept…
I always thought about a blog but never really had a direction, a purpose. But listening to Code Newbie today, I heard the best idea. Use your blog as an…