Best of CSSJanuary 2022

  1. 1
    Article
    Avatar of css_tricksCSS-Tricks·4y

    The 60 Hottest Front-end Tools of 2021 | CSS-Tricks

    The Web Tools Weekly newsletter archives have been compiled into a list of the 60 most popular front-end tools of the past year. I’m sure there are at least one or two listed here that you can start using in your projects today. Some of these tools are super-practical, while others probably only made this list due to curiosity.

  2. 2
    Article
    Avatar of joshwcomeauJosh W Comeau·4y

    Make Beautiful Gradients

    In the RGB color space, we create colors by mixing three channels: red, green, and blue. All three channels converge towards their middle value, 127.5. By mixing two highly-saturated colors together, we wind up with gray. What if there was a way to mix only the pigment and keep the saturation consistent?

  3. 3
    Article
    Avatar of devtoDEV·4y

    I am back with 100 "Dark Mode" CSS loaders

    I can only view about a third of them on my phone (safari is defo the new Internet Explorer! 🤣), can’t wait to get back to my PC and enjoy these properly as they are always mega entertaining and interesting! The dark side is strong with this one!

  4. 4
    Article
    Avatar of scottlogicScott Logic·4y

    NoJS - Creating a calculator with only pure HTML and CSS. No Javascript!

    I have created this pixel art app and this calculator. No JavaScript is simple, no JS file, no script tag and no use of event handlers in HTML. I elected not to use these for this project, just to start simple. You can view my full codebase here.

  5. 5
    Article
    Avatar of phProduct Hunt·4y

    clay.css - CSS util for creating inflated fluffy 3D claymorphic shapes

    Micro CSS util class for applying inflated fluffy 3D claymorphism styles to HTML elements. Fully customizable and extensible with CSS variables. SASS mixin also included for even more styling options. For more information on how to use Micro CSS, visit the Micro CSS website.

  6. 6
    Article
    Avatar of devdojoDevDojo·4y

    10 CSS tips you need to know right now.

    The ultimate tailwindcss page creator. Center any thing with just 3 lines of CSS. Truncate text with plain CSS. Make any element resizable. Animate Scroll Behaviour. Enable Blend Mode. Checkout our latest product - the ultimate tail windcss pagecreator.

  7. 7
    Article
    Avatar of gcgitconnected·4y

    Top 10 Features Introduced In Tailwind CSS v3.0

    Tailwind CSS v3.0 has been released on December 9, 2021. Play CDN allows including Tailwind CSS in your projects without downloading the complete package via NPM or Yarn. Colored box shadows allow adding glow, reflection effects, and more natural shadows on the colored backgrounds.

  8. 8
    Article
    Avatar of css_tricksCSS-Tricks·4y

    CSS-Based Fingerprinting | CSS-Tricks

    Fingerprinting is a term that refers to building up enough metadata about a user that you can essentially figure out who they are. Oliver Brotchie has documented an idea that allows for some degree of fingerprinting with CSS alone. The generated CSS to do it is massive (here's the Sass to generate it), but apparently it’s heavily reduced once we can use custom properties in URLs.

  9. 9
    Article
    Avatar of phProduct Hunt·4y

    Alwane - Extract colors from any website and generate a code palette

  10. 10
    Article
    Avatar of asayerasayer·4y

    My Favorite 3 React Animation Libraries

    Add animation to a static website can be a challenge, sometimes using the right theme can help, but in some situations, that’s not enough. Our eyes want candy, especially when we’re creating visually beautiful content. Adding animations helps to highlight components and actions in the right way while at the same time, giving our eyes exactly the type of candy they want.

  11. 11
    Article
    Avatar of hnHacker News·4y

    A classless CSS framework

    Simple.css is a classless CSS framework that makes semantic HTML look good, really quickly. By using something like Simple.css, it provides the basics to get up and running quickly (or just use it as is for a simple, good looking site) Yet not have to learn an extremely convoluted framework, like Bootstrap.

  12. 12
    Article
    Avatar of devtoDEV·4y

    CSS tips on Images you need to know

    5 properties to keep in mind while working with images. Transform: scaleX(-1) / scaleY (-1) to flip your image horizontally and vertically. Object-fit : cover - allows the image to fill the entire dimensions while maintaining its aspect ratio. Filter: drop-shadow - used to add shadows to images with no background.

  13. 13
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Thank You (2021 Edition) | CSS-Tricks

    The site saw 88m pageviews this year down 6% from the 93m last year. A ~3% drop in organic search traffic was largely responsible for the dip. Unique Visitors are up year over year to 26.3m from 25.8m, suggesting more different people came to the site this year.

  14. 14
    Article
    Avatar of towardsdevTowards Dev·4y

    Animated Sidebar using React and Tailwind CSS

    This tutorial features React Hooks, useState, which is always great to implement in a tutorial. I highly recommend anyone who is getting started building apps to follow along in this tutorial. In summary, this video implements an animated side bar using tailwind css in a React app. In the implementation, we use React HookS and buttons elements to toggle the animation.

  15. 15
    Article
    Avatar of devdojoDevDojo·4y

    5 programming languages that can make it big in 2022

    Programming languages are the foundation of all technical advancements. You should begin by mastering one language and gaining a strong command of it. Then you can move on to the next one, and so on. The domain in which you are interested determines whether or not you should learn a language.

  16. 16
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·4y

    Meet Stylify.dev — A Dynamic CSS Generator for Fluent and Rapid Web Development

    Stylify is a library that generates CSS dynamically based on what you write. It comes with a Native Preset that can match 678 (probably all) CSS properties from Chrome, Mozilla, Opera, Safari and Edge. Stylify can be integrated easily into frameworks like Next.js, Nuxt.js and Vitejs.

  17. 17
    Article
    Avatar of itnextITNEXT·4y

    Accessibility as a design pattern

    Ismayil Khayredinov: Accessibility standards can improve our day-to-day experiences with building front-end interfaces. He argues that they can lead to healthier more readable code, cleaner tests, and better overall architecture of our applications. He says the cornerstone of accessibility is cross-device interoperability of user interfaces.

  18. 18
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Create Beautiful Box Shadows in HTML and CSS

    Whenever you're designing a card in HTML, box shadows play a vital role in making the cards stand out. Box shadows can make or break the look and the entire message that that cards need to convey. Box Shadows can help you achieve this and get your customers to notice your products. You can use more than one layer of box shadows in your cards – and you'll likely do this a lot.

  19. 19
    Article
    Avatar of cssweCSS Weekly·4y

    Issue #488 – CSS Weekly

    A Deep CSS Dive Into Radial And Conic Gradients Ahmad Shadeed explains how they work. Cassie Evans outlines a couple of essential questions to ask when creating animations on the web. Kitty Giraudel offers 30 pieces of excellent advice that will help you become a better front-end developer.

  20. 20
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Create a Pie Chart Using Only CSS

    Pie charts are common components that let you show portions of a whole. You can use them for many different purposes. You will find a lot of articles around building such a component. In this post, I will show you how to create a pie chart using CSS and only one element.