Posts by Kayleigh Circle

Kayleigh Circle

About the author | Kayleigh Circle

Kayleigh is a web developer at TBH Creative, specializing in front-end development. She likes to blog about a variety of web design topics, including design tips, the latest trends in the industry, and how to make your website more successful.

Quick tips: Optimizing images for mobile use

Do you have a mobile optimized website? Are you serving the same images to your desktop users as your mobile users? If so, image optimization should be an essential step in your workflow. Optimizing images served to mobile users is necessary to avoid both poor website performance on mobile devices, and requiring users to download […]

Read more

CSS Flexbox

Laying out elements on a website has always come with its challenges due to the limitations of CSS. With the growth of responsive design, this issue has become increasingly apparent. To address this issue, the CSS Flexible Box Layout Module was developed. Even though Flexbox is currently in the W3C candidate recommendation stage (meaning it […]

Read more

Practical uses of animated GIFs in web design

What comes to mind when you hear “animated GIF”? Do you think back to the days when animated clip art ruled on websites hosted on Geocities and MySpace? Do you associate the term with Tumblr or Buzzfeed, where animated GIFs pop up on a daily basis? (If all you’re thinking is “what’s a GIF?” then […]

Read more

Choosing a CSS grid system for your web design

A CSS grid system consists of pre-written CSS styles that are used to help create the structure of a website. They are usually made up of some combination of rows and columns to aid in layout creation. Using a grid system for your website is important. It helps to improve the overall design by providing […]

Read more

What to look for when choosing a CSS framework

CSS frameworks can be a great addition to your web development process. They provide pre-built code to help create the foundation of a website, providing features like grid systems, typography, forms, icons, widgets, and more, all ready to be implemented into your project. By using a framework, you don’t have to start from scratch every […]

Read more