100 Tiny CSS Tools & Apps for Web Designers

100 Tiny CSS Tools & Apps for Web Designers 1

2024-03-17 21:52:46 Each of these free web-based tools and apps have been built by web designers for web designers. They all offer a time-saving solution to some of those monotonous or even complex CSS tasks you may need to perform from time to time. Without needing to install anything, all you have to do is […]

Easy Slider (Carousel With Pure CSS) | Envato Tuts+

Easy Slider (Carousel With Pure CSS) | Envato Tuts+ 2

2023-08-22 22:44:17 A carousel is a great example of a possible CSS-only interactive feature. While carousels (aka sliders) are usually built with JavaScript, if we remove the complex features, they’re simply scrollable elements with an overflow; exactly what CSS is made for. You might be thinking “CSS is used for styling while JavaScript is used […]

Different Ways to Get CSS Gradient Shadows | CSS-Tricks

Different Ways to Get CSS Gradient Shadows | CSS-Tricks 6

2023-02-10 17:13:42 It’s a question I hear asked quite often: Is it possible to create shadows from gradients instead of solid colors? There is no specific CSS property that does this (believe me, I’ve looked) and any blog post you find about it is basically a lot of CSS tricks to approximate a gradient. We’ll […]

Managing CSS Styles in a WordPress Block Theme | CSS-Tricks

Managing CSS Styles in a WordPress Block Theme | CSS-Tricks 7

2022-11-07 16:05:11 The way we write CSS for WordPress themes is in the midst of sweeping changes. I recently shared a technique for adding fluid type support in WordPress by way of theme.json, a new file that WordPress has been pushing hard to become a central source of truth for defining styles in WordPress themes […]

Mobile-First CSS: Is It Time for a Rethink?

Mobile-First CSS: Is It Time for a Rethink? 13

2022-06-09 04:13:10 The mobile-first design methodology is great—it focuses on what really matters to the user, it’s well-practiced, and it’s been a common design pattern for years. So developing your CSS mobile-first should also be great, too…right?  Article Continues Below Well, not necessarily. Classic mobile-first CSS development is based on the principle of overwriting style […]

How to Copy HTML and CSS Code From Websites Easily | Codrops

How to Copy HTML and CSS Code From Websites Easily | Codrops 14

2022-08-02 10:37:43 If you worked as a front-end web developer in the 2000s, you must know how hard it was to deal with even the simplest bugs. You had an HTML page that used a CSS file, and that CSS file could grow quite large based on the website size and complexity. And once some […]

How Modernizr Can Help You Implement CSS Fallbacks

How Modernizr Can Help You Implement CSS Fallbacks 36

2021-04-04 22:24:36 As web designers, we are often encouraged to utilize the latest and greatest features that CSS has to offer. And there are plenty of compelling reasons to do so. Techniques like CSS Grid and Flexbox make quick work of common layouts, while CSS animations add movement and interactivity. That’s just the tip of […]