S.SIGUR Shared links
Tag cloud
Picture wall
Daily
RSS feeds
  • RSS Feed
  • ATOM Feed
Links per page
  • 20 links
  • 50 links
  • 100 links
page 2 / 34
679 results tagged css  ✕
🧙‍♂️ CSS trick: transition from height 0 to auto! | by Francesco Vetere | Nov, 2023 | Medium
Fri Dec 8 11:05:35 2023
QRCode
animation css tips
https://medium.com/@francescovetere1997/%EF%B8%8F-css-trick-transition-from-height-0-to-auto-30f0a45e5399
Beer CSS - Build material design in record time, without stress for devs
Thu Nov 2 10:00:03 2023
QRCode
Build material design in record time without stress for devs
css material
https://www.beercss.com/
New Viewport Units - Ahmad Shadeed
Wed Aug 2 12:35:11 2023
QRCode
We have been using CSS viewport units since 2012. They are useful to help us in sizing elements based on the viewport width or height.

However, using the vh unit on mobile is buggy. The reason is that the viewport size won’t include the browser’s address bar UI.

To solve that, we now have new viewport units. Let’s find out about them in this article.
css html integration
https://ishadeed.com/article/new-viewport-units/
How large DOM sizes affect interactivity, and what you can do about it
Wed Aug 2 12:28:13 2023
QRCode
Large DOM sizes have more of an effect on interactivity than you might think. This guide explains why, and what you can do.
article css DOM html integration performance
https://web.dev/dom-size-and-interactivity/
content-visibility: the new CSS property that boosts your rendering performance
Tue Aug 1 14:26:52 2023
QRCode
css integration tips
https://web.dev/content-visibility/
OverlayScrollbars
Wed Jun 14 14:04:47 2023
QRCode
OverlayScrollbars

A javascript scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.
css javascript scr
https://kingsora.github.io/OverlayScrollbars?ref=ewebdesign.com
Conditional CSS with :has and :nth-last-child - Ahmad Shadeed
Fri Jun 2 15:53:14 2023
QRCode
css pseudo-class
https://ishadeed.com/article/conditional-css-has-nth-last-child/?ref=ewebdesign.com
Discover 9 Unique CSS Pseudo-Elements | JavaScript in Plain English
Fri Jun 2 15:52:37 2023
QRCode
Unleash Creative Possibilities: Exploring 9 Hidden CSS Pseudo-Elements
css pseudo-class
https://javascript.plainenglish.io/9-css-pseudo-elements-you-didnt-know-about-bb0faa395986
Why we're bad at CSS
Thu Jun 1 14:42:05 2023
QRCode
When many devs think of CSS they think of Peter Griffin trying to open window blinds. But for others CSS is more like putting their hand in the pain box from Dune while some product manager has a gom jabbar to their neck, daring them to pull their hand out.


There's a few reasons why tech continues to struggle with CSS.

We're bad at teaching CSS. While there are a ton of great CSS practitioners out there sharing their knowledge (Stephanie Eckles, Kevin Powell, and Adam Argyle, to name a few), a lot of people learn HTML and CSS in college or bootcamps from people who are perhaps not as knowledgeable, use outdated techniques or gloss over the basics in favor of frameworks like Bootstrap or Tailwind. As a result, you end up with a lot of folks who don't have a deep knowledge of HTML and CSS, which are the basic building blocks of the web.
We're bad at hiring for CSS. Just about every job listing for a full stack or frontend engineer lists HTML, CSS and JavaScript proficiency as a prerequisite, but when they interview candidates, they're rarely testing for anything other than JavaScript skills. If companies end up hiring people with CSS skills, it's usually by accident. And if you don't have people with those skills you can't vet other people for those skills and the problem perpetuates itself.
We're bad at writing CSS. Without deep knowledge of CSS and with an inability to hire people with that knowledge, people go to great lengths to avoid writing CSS, whether by relying on Bootstrap/Tailwind or trying to do everything in JavaScript. They end up over-complicating things to the point where their CSS is extremely hard to maintain.
article css
https://www.mikeaparicio.com/posts/2023-05-22-why-were-bad-at-css/?ref=ewebdesign.com
CSS Masking - Ahmad Shadeed
Tue May 2 10:13:49 2023
QRCode
CSS Masking
mask-image:
css tips
https://ishadeed.com/article/css-masking/
Tailwind CSS : Mon avis
Thu Apr 27 15:37:20 2023
QRCode
Tailwind CSS est source de discorde chez Soumettre.fr : 16 heures passées au téléphone, 2 engueulades, et 8 tacles à la gorge. Suite à une longue discussion sur Twitter, j'ai décidé d'en faire un article dédié. Attention, on va parler d'intégration, de HTML et de CSS.
article css tailwind
https://soumettre.fr/blog/avis-tailwind-css
Hiding empty elements with CSS :empty and :has() | Tobias Ahlin
Thu Apr 6 07:51:31 2023
QRCode
css tips
https://tobiasahlin.com/blog/hiding-an-element-if-its-empty/?ref=ewebdesign.com
Improving CSS Shapes with Trigonometric Functions
Tue Apr 4 12:53:40 2023
QRCode
Improving CSS Shapes with Trigonometric Functions
css mathématiques shapes
https://danielcwilson.com/posts/css-shapes-with-trig-functions/
Theme Toggles
Fri Mar 17 13:51:01 2023
QRCode
mplementing theme toggles
was never easier
Theme toggles is a collection of awesome, easy to use, animated toggles; designed for switching between light and dark modes. It's a modular library which aims to provide ample customization where needed. Works great utility CSS frameworks such as Tailwindcss.
animation css dark themes
https://toggles.dev/?ref=ewebdesign.com
Become a CSS Grid wizard with grid-template-areas
Tue Mar 14 09:17:33 2023
QRCode
One of the most fascinating aspects of CSS Grid to me is how you can use a single property (grid-template-areas) on a grid parent to describe the entirety of its complex layout.
In this article, I’m going to go over how easily you can use this property to describe a grid layout
css grid layout
https://www.builder.io/blog/css-grid-template-areas
Become a CSS Grid wizard with grid-template-areas
Tue Mar 14 09:16:44 2023
QRCode
One of the most fascinating aspects of CSS Grid to me is how you can use a single property (grid-template-areas) on a grid parent to describe the entirety of its complex layout.
In this article, I’m going to go over how easily you can use this property to describe a grid layout
css grid layout
https://www.builder.io/blog/css-grid-template-areas
Ten tips for better CSS transitions and animations - Josh Collinsworth blog
Tue Mar 14 09:16:09 2023
QRCode
animation css tips
https://joshcollinsworth.com/blog/great-transitions
Scrollbar
Tue Mar 7 18:49:28 2023
QRCode
app css generator scrollbar
https://scrollbar.app/?ref=ewebdesign.com
Conditional CSS - Ahmad Shadeed
Wed Feb 22 16:40:17 2023
QRCode
article css
https://ishadeed.com/article/conditional-css/
clamp() Calculator · Chris Burnell
Wed Feb 22 16:35:37 2023
QRCode
clamp() Calculator
Handy little tool for calculating viewport-based clamped values.
css tool
https://chrisburnell.com/clamp-calculator/?font-size-root=16&font-size-min=16&font-size-max=18&viewport-min=500&viewport-max=1000
page 2 / 34
7126 link
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn