freeCodeCamp.org
Learn Python – Free Python Courses for Beginners
3 min read · 2021-12-14 · Python is a great programming language to learn and you can use it in a variety of areas in software development. You can use Python for web development, data analysis, machine learning, artificial…
Reader View · Shared by 53, including JJ Flash, rohit, Dr. Ganapathi Pulipaka 🇺🇸
Codrops
Creating an Infinite Auto-Scrolling Gallery using WebGL with OGL and GLSL Shaders
~15 min read · 2021-01-05 · A tutorial explaining how to build an infinite auto-scrolling gallery using WebGL with OGL and GLSL Shaders.
Reader View · Shared by 35, including Muzli by InVision, Mohamed Azazy, rohit
CSS-Tricks
Backdrop Filter effect with CSS
1 min read · 2020-07-16 · I love these little posts where some tricky-looking design is solved by a single line of CSS using a little-known property. In this case, the design is a
Shared by 74, including rohit
Increment
Ask an expert: Why is CSS . . . the way it is?
8 min read · 2020-06-05 · A technical director of the W3C’s interaction domain unpacks the histories and mysteries.
Reader View · Shared by 23, including Lea Verou, Bruce Lawson, Yoav Ganbar, Chris Heilmann, rohit
Lea Verou
The Cicada Principle, revisited with CSS variables
4 min read · 2020-07-07 · Many of today’s web crafters were not writing CSS at the time Alex Walker’s landmark article The Cicada Principle and Why it Matters to Web Designers was published in 2011. Last I heard of it was in…
Reader View · Shared by 46, including una.css 👩🏻💻🇺🇦, rohit
cssfordesigners.com
Things I Wish I’d Known About CSS
~17 min read · 2020-06-30 · I learned how to build websites the old fashioned way: looking at website source code and trying to r...
Reader View · Shared by 212, including David Hellmann, rohit, 6clicks | John Robert-Nicoud, Chris {he, they}, Marcus Raitner, Veerle Pieters, Jessel Sookha, Bryan Onel, Thomas Eichmann, Chris Heilmann, Yoav Ganbar
CSS-Tricks
New in Chrome: CSS Overview
1 min read · 2020-06-30 · Here’s a fancy new experimental feature in Chrome! Now, we can get an overview of the CSS used on a site, from how many colors there are to the number of
Reader View · Shared by 130, including Elijah Manor, David Hellmann, Nils Hitze, Marcus Raitner, Matthias Lampe, Chris Heilmann, rohit, Massimiliano Aroffo
w3.org
Cascading Style Sheets Levels, snapshots, modules…
5 min read · 2020-07-05 · CSS is both a standard and a technology in development. Knowing which part of CSS is finished and which part you cannot use yet is a challenge. It has been like that since many years and is likely to…
Reader View · Shared by 3, including rohit
CSS-Tricks
A Guide to the Responsive Images Syntax in HTML
~16 min read · From 2020 · This guide is about the HTML syntax for responsive images (and a little bit of CSS for good measure). We'll go over srcset and , plus a whole bunch of things to consider to help you get the best…
Reader View · Shared by 152, including rohit, Michael Zumstein, zeldman, Chris Coyier, Marius Bleuer, Ritesh Chopra, Benoist Lawniczak
Creative Bloq
11 CSS secrets you need to know in 2020
5 min read · From 2020 · Discover lesser-known CSS properties you might not have used yet.
Shared by 157, including rohit
CSS-Tricks
How to Re-Create a Nifty Netflix Animation in CSS
2 min read · From 2020 · The design for Netflix's browse page has remained pretty similar for a few years now. One mainstay component is the preview slider that allows users to
Reader View · Shared by 63, including Marius Bleuer, Chris Coyier, rohit, CSS Weekly, Val Head, Stephanie A Kowalski
stefanjudis.com
CSS "content" accepts alternative text
1 min read · From 2020 · The CSS 'content' property allows a way to provide an alternative text
Reader View · Shared by 37, including David Walsh, Chris Heilmann, Casey Smith, Adrian Roselli 🗯, rohit, David Hellmann, Stéphanie Walter
CSS-Tricks
4 CSS Grid Properties (and One Value) for Most of Your Layout Needs
7 min read · From 2020 · CSS Grid provides us with a powerful layout system for websites. The CSS-Tricks guide gives you a comprehensive overview of Grid’s properties with layout
Reader View · Shared by 34, including Yoav Ganbar, rohit, Marius Bleuer, cam 🏴☠️, CSS Author
chenhuijing.com
CSS for internationalisation
10 min read · From 2020 · I’ve come across people who do not think that CSS is related to internationalisation at all, but if you think...
Reader View · Shared by 37, including Adrian Roselli 🗯, Marius Bleuer, Davy De Pauw, Rodrigo Noales, Chris Heilmann, Aaron Gustafson, rohit
CSS-Tricks
A Complete Guide to CSS Functions
20+ min read · From 2020 · Like any other programming language, CSS has functions. They can be inserted where you’d place a value, or in some cases, accompanying another value declaration.
Reader View · Shared by 387, including Marius Bleuer, Chris Coyier, Eric Bailey, rohit, Boris Périsset, Harsha Mv, Chris Heilmann, Nils Hitze, thoughtbot, Yoav Ganbar, Michael Musgrove, Steve Faulkner
CSS-Tricks
A Complete Guide to calc() in CSS
9 min read · From 2020 · CSS has a special calc() function for doing basic math. Here's an example: .main-content { /* Subtract 80px from 100vh */ height: calc(100vh - 80px); } In
Reader View · Shared by 91, including David Hellmann, Alligator.io 🐊, Benoist Lawniczak, CSS Author, DON’T PANIC, Chris Coyier, Boris Périsset, Rodrigo Noales, Chris Heilmann, 6clicks | John Robert-Nicoud, HeyDesigner, rohit