Best of CSSApril 2021

  1. 1
    Article
    Avatar of devdojoDevDojo·5y

    GREAT 20+ CSS TOGGLE EXAMPLE

    Checkout our latest product - the ultimate tailwindcss page creator. If You Like This Article then check Out more Examples 50+ CSS Toggle Switches. If you like this article, please share it with your friends. Back to Mail Online home. Back To the page you came from.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    CSS Flexbox Tutorial with Flexbox Properties Cheat Sheet 🎖️

    CSS Flexbox Tutorial with Flexbox Properties Cheat Sheet 🎖️ Joy Shaheb shares her Flexbox tips and tricks. Follow her on Twitter @JoyShaheb and @CssFlexbox for more Flexbox tutorials and tips. Visit her site Flexbox.com for more.

  3. 3
    Article
    Avatar of css_tricksCSS-Tricks·5y

    Let’s Create an Image Pop-Out Effect With SVG Clip Path

    A cool pop-out effect by Mikael Ainalem showcases the clip-path: path() in CSS. The effect looks cool, but there are some issues with the path value. We’re going to re-create this effect using standard, widely-supported CSS techniques so that it not only works, but is truly responsive.

  4. 4
    Article
    Avatar of sitepointSitePoint·5y

    What is Vitejs? An Overview of the New Front-end Build Tool

    Vite is a build tool that significantly improves the front-end development experience. You can use Vite to set up a development environment for frameworks like Vue and React. Vite is really fast, because it leverages native ES modules and doesn’t need to rebuild the whole bundle when something changes.

  5. 5
    Article
    Avatar of hashnodeHashnode·5y

    🎨 Moving Gradient animation with CSS

    A lot of cool stuff can be code with this type of animation. Simple animations can bring a huge difference to your websites. Let's build something simple and unique. The above Codepen example shows a moving gradient animation on the whole body of the website. The background size here is 400% 400% and the background is moving.

  6. 6
    Article
    Avatar of itnextITNEXT·5y

    Fower v1.0

    Fower is a styling tool library that allows you to efficiently develop UI. The goal is to make it easier for you to write CSS. The core features of Fower are Atomic, Type Safe, and CSS in JS. It pays great attention to the development experience, allowing you to build user interface quickly and happily.

  7. 7
    Article
    Avatar of css_tricksCSS-Tricks·5y

    Not Your Typical Horizontal Rules

    Horizontal rules are used to provide a visual break and divide content. Like other HTML elements, horizontal rules can be styled using CSS (and SVG) This means that they don’t have to look like boring, plain horizontal lines. You can get a little creative with them, adding a nice little personal touch.

  8. 8
    Article
    Avatar of hackernoonHacker Noon·5y

    How to Implement Glassmorphism via HTML and CSS

    Glassmorphism is a new design trend that makes use of a transparent background and a blur effect on top of the background to create a glassy effect. Microsoft also uses this style in the Fluent Design System, but they call it "Acrylic Material" instead of glassmorphism. You can use it for pricing cards, blog cards, profile cards, anything you'd like.

  9. 9
    Article
    Avatar of bitBits and Pieces·5y

    How to Create a Timeline with Pure CSS

    How to Create a Timeline with Pure CSS. Create a web timeline component hands-on using CSS styles Dulanka Karunasena Follow Apr 5 · 6 min read Timelines have become a common feature in many web designs. implementing these timelines is not that easy since clients always request something unique for their websites.

  10. 10
    Article
    Avatar of devtoDEV·5y

    14 CSS Topics You Must Know

  11. 11
    Article
    Avatar of css_tricksCSS-Tricks·5y

    A Complete Guide to Custom Properties

    Custom properties can be hex values, color functions, units, strings of text and more. Custom properties can make code easier to maintain because you can update one value and have it reflected in multiple places. You can set the value of a custom property with another custom property. There is a big gotcha with custom properties that use other custom properties.

  12. 12
    Article
    Avatar of dailydaily.dev·5y

    Tailwind CSS from Zero to Hero - Up and Running

    Tailwind is a utility-first CSS framework that lets you add styles to your web pages without writing a single line of custom CSS code. Instead of pre-built components, it provides utility classes which are essential to style any HTML element you wish. With Tailwind you choose what styles you need to apply, code it and there it reflects immediately.

  13. 13
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    CSS Scrollbar Styling Tutorial – How to Make a Custom Scrollbar

    Charles Mahler. CSS Scrollbar Styling Tutorial – How to Make a Custom Scrollbar. How to make a custom Scrollbar with CSS. How To Make a Scrollbar With CSS: How to Use CSS Scrollbars with CSS Styling. For more information, visit Charles Mahler’s website.

  14. 14
    Article
    Avatar of devtoDEV·5y

    Simple add to cart animation with CSS & JS

    A Simple add-to-cart animation with CSS & JS. Not great work but I hope you like this also comments about your thoughts. For more content follow me on Instagram @developer_nikhil2727. New post :- grotesquely.https://dev.to/nikhIL27b/simple-copy-coupon-using-css-js-16d4774.

  15. 15
    Article
    Avatar of hashnodeHashnode·5y

    Set Up Tailwind In React - The fastest way! 🚀

  16. 16
    Article
    Avatar of webweb.dev·5y

    Building split text animations

    Building split text animations A foundational overview of how to build split letter and word animations. Write CSS transitions and animations for letters and words. Orchestrate the conditionals and utilities on page load. Write JavaScript utility functions for splitting strings into elements. Try the demo. If you prefer video, here's a YouTube version of this post.

  17. 17
    Article
    Avatar of css_tricksCSS-Tricks·5y

    CSS is a Strongly Typed Language

    A programming language can be classified by how strongly or weakly typed it is. A strongly-typed programming language isn’t necessarily better than a weakly-typing one. There is no formal definition of what constitutes strong or weak typing. This means that perceptions of what is considered a strong orweak typing language differ from person to person and may change over time.

  18. 18
    Article
    Avatar of hashnodeHashnode·5y

    10 GitHub repos you need to know as a web developer

  19. 19
    Article
    Avatar of devtoDEV·5y

    40+ Useful Resources for Mastering Web🎁

    We have a list of various resources that can help you to solve many problems that you are facing or might face in the future. We have resources for Illustration, Development, and Design. We also have resources to help you with web design and development. Let's get started without further ado.

  20. 20
    Article
    Avatar of css_tricksCSS-Tricks·5y

    Creating a Smart Navbar With Vanilla JavaScript

    Smart navigation is a popular design choice because it gives users persistent access to navigate the site. It’s all the convenience of sticky positioning, with an added fullscreen benefit. This sort of smart navigation is already commonly (think of the URL bar in many mobile browsers), but is sometimes a hassle to implement without a library or plugin.

  21. 21
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    Every CSS Background Property Illustrated and Explained with Code Examples 🎖️

    Every CSS Background Property Illustrated and Explained with Code Examples. Every CSS Background property Illustrated andexplained with code Examples. Read the code examples to see how to use the background property in your code. Use the CSS background property example to help you understand the background in your CSS.

  22. 22
    Article
    Avatar of devtoDEV·5y

    Feelings about CSS...

    The most common word between the answers was "magic", other common words were "lost", "powerful" and "confused", "frustration"! If you have trouble learning CSS, I hope this post will help you to see you're not the only one. Let's see how people felt when they first started working with it.

  23. 23
    Article
    Avatar of logrocketLogRocket·5y

    Best Tailwind CSS components and template collections

    Tailwind CSS is a utility-first framework for rapidly building custom UI components. Unlike other CSS frameworks or libraries, it doesn’t provide pre-styled components. Instead, it provides low-level utility classes for styling CSS properties. These collections allow you to get started on your project quickly.