Thank You (2018 Edition)

Another year come and gone! As we do each year, let’s take a look at the past year from an analytical by-the-numbers perspective and do a goal review. Most importantly, I’d like to extend the deepest of thanks to you, wonderful readers of CSS-Tricks, for making this place possible.

This site has a new design, doesn’t it? It does! I’ll write something more about that soon. If you have something to say about it right now, feel free to … Read article

The post Thank You (2018 Edition) appeared first on CSS-Tricks.

Read more

A Quick CSS Audit and General Notes About Design Systems

I’ve been auditing a ton of CSS lately and thought it would be neat to jot down how I’m going about doing that. I’m sure there are a million different ways to do this depending on the size and scale of your app and how your CSS works under the hood, so please take all this with a grain of salt.

First a few disclaimers: at Gusto, the company I work for today, our engineers and designers all write in …

The post A Quick CSS Audit and General Notes About Design Systems appeared first on CSS-Tricks.

Read more

Welcome to the WordPress of Tomorrow!

As Noel Tock explained at WordCamp Europe 2018, we’ve potentially hit “peak WordPress”. With that in mind, some are now looking forward to the next evolution of the platform. While no one can say for sure what the future holds, a ‘Digital Experience Platform’ (DXP) looks to be the latest method of reaching fresh customers. This …
The post Welcome to the WordPress of Tomorrow! appeared first on Torque.
Read more

20+ Annual Report Templates (Word & InDesign) 2019

Are you working on an annual report? Looking for a way to impress your client or boss with this report? Then use a simple annual report template to make your document look more professional. Preparing an annual report is not an easy job. You shouldn’t have to spend hours making it look pretty as well. […]
Read more

10 New Year’s Resolutions for Designers in 2019

Happy New Year! Today, we’ve got a nifty guide to resolutions that are specifically for designers. What changes do you hope to make in 2019? Did you know that people have been making resolutions to improve themselves and their lives since the time of ancient Babylonians? I’ll admit to making a few of these myself… […]
Read more

Using AI to speed Up The Learning Process

Technology can be a real blessing for the modern classroom. While the Internet and a host of multimedia tech do make it easier to perform various tasks and deliver educational content, there are always concerns about its overall effectiveness in learning. In a world where most interactions either begin or, at a minimum, include the …
The post Using AI to speed Up The Learning Process appeared first on Torque.
Read more

Do WordPress Page Builders Have A Future In Gutenberg’s World?

Page builders are a mainstay of the WordPress economy. WordPress is designed to be user-friendly, but the complexity of the underlying theme framework puts the creation of custom page layouts beyond the reach of non-developers. Page builders allow people who can’t code to build unique page layouts with a graphical drag-and-drop interface. Gutenberg is a …
The post Do WordPress Page Builders Have A Future In Gutenberg’s World? appeared first on Torque.
Read more

Gradient Borders in CSS

Let’s say you need a gradient border around an element. My mind goes like this:

  • There is no simple obvious CSS API for this.
  • I’ll just make a wrapper element with a linear-gradient background, then an inner element will block out most of that background, except a thin line of padding around it.

Perhaps like this:

See the Pen Gradient with Wrapper by Chris Coyier (@chriscoyier) on CodePen.

If you hate the idea of a wrapping element, …

The post Gradient Borders in CSS appeared first on CSS-Tricks.

Read more