6 Coolest CSS Snippets for Valentine’s Day

Whether you love it or you hate it, it can’t be denied that Valentine’s Day is fast approaching. If you’re feeling festive, you might be thinking about adding some Valentine’s-inspired flair to your websites or projects. Take a look at the following […]

Read Article

How to Style Links According to Link Type

Using CSS, it’s pretty easy to style a whole bunch of different elements of the same element type in different ways by assigning them different classes. However, if you want to get technical, this can also be achieved by using attribute […]

Read Article

CSS Learning Resources: Books

While most developers would agree that the best way to learn a new language is with interactive or hands-on lessons, it never hurts to have a strong conceptual foundation before you start creating things. A good way to build a […]

Read Article

The 4 Best Responsive HTML5 Frameworks

Don’t feel like creating a website from scratch for your next project? Check out any of these responsive HTML5 frameworks that’ll help you get going quickly and easily.

1. Bootstrap

Bootstrap is a really popular framework brought to us […]

Read Article

Social Media Button Snippets

It’s 2017, and at this point in time, most businesses have some sort of social media presence. Because everyone’s on social media, it seems like every website also has social media buttons that link to a site or a business’ […]

Read Article

CSS Burning Text Effect

Here’s a fun little CSS snippet that allows you to create text that looks like it’s on FIRE. It’s achieved using text-shadow and is a super easy effect to add to any of your projects.

First you’ll need […]

Read Article

6 Cool CSS Button Snippets

When it comes to styling buttons, the possibilities are endless. Check out some of these snippets and tutorials to get some ideas for your next button creations!

1. Flat UI Buttons 

These colorful buttons have a flat design, […]

Read Article