by Floyd Hartford | Jan 18, 2021 | Website Development
Wondering how to code responsive website images? Normal HTML img tags let you specify and use a single image — they’re screen-size independent. Responsive images kick your website up a notch and take img tags to the next level by incorporating srcset and...
by Floyd Hartford | Jan 13, 2021 | Website Design
In my experience as a website developer, pink is often used as a website’s highlight color, but not very often as the primary color. Pink is both eye-catching and bright. It adds pop to a website. Plus, you don’t see many pink websites in the wild. So,...
by Floyd Hartford | Jan 1, 2021 | Website Development
Did you know you can use pure CSS to create art? Graphic design using CSS isn’t the easiest. However, the result looks a lot like SVG images. And, having the entire graphic be CSS makes every detail extremely customizable and scalable on the fly, so it’s a...