Slide an Image to Reveal Text with CSS Animations

I want to take a closer look at the CSS animation property and walk through an effect that I used on my own portfolio website: making text appear from behind a moving object. Here’s an isolated example if you’d like to see the final product.

Here’s what we’re going to work with:

See the Pen
Revealing Text Animation Part 4 – Responsive
by Jesper Ekstrom (@jesper-ekstrom)
on CodePen.

Even if you’re not all that interested in … Read article

The post Slide an Image to Reveal Text with CSS Animations appeared first on CSS-Tricks.

Read more

Designing for the web ought to mean making HTML and CSS

David Heinemeier Hansson has written an interesting post about the current state of web design and how designers ought to be able to still work on the code side of things:

We build using server-side rendering, Turbolinks, and Stimulus. All tools that are approachable and realistic for designers to adopt, since the major focus is just on HTML and CSS, with a few sprinkles of JavaScript for interactivity.

And it’s not like it’s some well kept secret! In fact, every

Read article

The post Designing for the web ought to mean making HTML and CSS appeared first on CSS-Tricks.

Read more

30+ Best Isometric Mockup Templates

Are you looking for a unique way to present your designs to your clients? Then these isometric mockup templates can give your designs a 3D-like view and stand out from the crowd. Mockups created with an isometric perspective allow you to showcase your website designs, apps, logos, business cards, and more while giving them a […]
Read more

20+ Best Premiere Pro Animated Title Templates

Making a professional-looking title scene for your video often takes a lot of work. When it comes to creating animated titles in Premiere Pro, it could take hours to figure out the right settings and design. These Premiere Pro animated title templates are a life-saver! The opening title scene is arguably the most important part […]
Read more

How to Keep Your Site Secure Using a Web Application Firewall (WAF)

If there’s one phrase more prevalent than ‘website security‘ in the conversations about running a WordPress site, we’re yet to find it. You may already know the ins and outs of protecting your site using security plugins. However, that’s not the only step you can take, especially if you want to leave no stone unturned …
The post How to Keep Your Site Secure Using a Web Application Firewall (WAF) appeared first on Torque.
Read more

The Slow and Steady Refactor

Over the past week or so, I’ve been reading Refactoring by Martin Fowler and it’s all about how to make sweeping changes to a large codebase in a way that doesn’t cause everything to break. I bring this up because there’s a lot of really good notes in this book that have challenged my recent approach to auditing and refactoring a ton of CSS. A lot of the advice is small, kinda obvious stuff, but I realized that I’ve … Read article

The post The Slow and Steady Refactor appeared first on CSS-Tricks.

Read more

Table design patterns on the web

Chen Hui Jing has tackled a ton of design patterns for tables that might come in handy when creating tables that are easy to read and responsive for the web:

There are a myriad of table design patterns out there, and which approach you pick depends heavily on the type of data you have and the target audience for that data. At the end of the day, tables are a method for the organisation and presentation of data. It is

Read article

The post Table design patterns on the web appeared first on CSS-Tricks.

Read more

What Are Dark Patterns? (And Why You Shouldn’t Use Them)

Dark patterns are website interfaces that cause users to interact with a website in a way that isn’t what they intended. They cause users to click through to a page, or even add an extra item to a shopping cart, without intending to. From sneaky clicks to straight-up poor website practices, dark patterns are in […]
Read more

How to Choose the Best Color Palette For Your Blog

Have you ever wondered why many blogs struggle to get traffic while others just go with the flow and end up attracting more shoppers? Surprisingly a lot of it has to do with the color you use. It is important to note that every color has a meaning behind it and generates a certain emotion. …
The post How to Choose the Best Color Palette For Your Blog appeared first on Torque.
Read more

Need to Test API Endpoints? Two Quick Ways to Do It.

Here’s a possibility! Perhaps you are testing your JavaScript with a framework like Jasmine. That’s nice because you can write lots of tests to cover your application, get a nice little UI to see the output, and even integrate it with build and deploy tools to make your ongoing development work safer.

Now, perhaps there is this zany developer on your team who keeps changing API endpoints on you — quite literally breaking things in the process. You decide … Read article

The post Need to Test API Endpoints? Two Quick Ways to Do It. appeared first on CSS-Tricks.

Read more