INTJ and introvert.
MSc. at Ca' Foscari university (Venice, ITA).
Inclusive Frontend Developer (A11y) & CSS lover.
Also: Dad, 5-string bass player
https://fabrizio.dev/
—
It works quite well using a keyboard and a screen reader, but feedbacks would be really appreciated. #a11y
Demo: codepen.io/fcalderan/pe...
It works quite well using a keyboard and a screen reader, but feedbacks would be really appreciated. #a11y
Demo: codepen.io/fcalderan/pe...
#CSS `text-box`, `text-box-trim` and `text-box-edge`
groups.google.com/a/chromium.o...
this feature is RAD.
try it in Canary with this syntax explorer visualizer tool I'm hackin on
codepen.io/argyleink/fu...
#CSS `text-box`, `text-box-trim` and `text-box-edge`
groups.google.com/a/chromium.o...
this feature is RAD.
try it in Canary with this syntax explorer visualizer tool I'm hackin on
codepen.io/argyleink/fu...
Next step is just to automate this, once per day.
Data provided by @electricitymaps.com as of 20/12/2024, 22:45 (GMT01:00)
Next step is just to automate this, once per day.
plainvanillaweb.com
You should check it out.
plainvanillaweb.com
You should check it out.
@media (device-posture: folded) {
h1 span:first-of-type { opacity: 0.25; }
}
some cool future opportunities 🤙
@media (device-posture: folded) {
h1 span:first-of-type { opacity: 0.25; }
}
some cool future opportunities 🤙
m.youtube.com/watch?v=aUd0...
m.youtube.com/watch?v=aUd0...
You can arrange the sharks as you prefer to make a new pattern, the cells around with the hints will automatically update.
Codepen
codepen.io/fcalderan/fu...
You can arrange the sharks as you prefer to make a new pattern, the cells around with the hints will automatically update.
Codepen
codepen.io/fcalderan/fu...
Explore how overflow: clip works in CSS and see why it’s useful with practical examples and demos.
🔗 ishadeed.com/article/over...
Explore how overflow: clip works in CSS and see why it’s useful with practical examples and demos.
🔗 ishadeed.com/article/over...
Want the shadow of an element or some other visual to be a semitransparent version of the `currentColor`, which was given as a hex or keyword value?
No need to convert to rgb() or hsl() anymore!
#CSS
Want the shadow of an element or some other visual to be a semitransparent version of the `currentColor`, which was given as a hex or keyword value?
No need to convert to rgb() or hsl() anymore!
#CSS
Se volete dare un'occhiata e/o iscrivervi il link è t.me/mensnucleare
Se volete dare un'occhiata e/o iscrivervi il link è t.me/mensnucleare
`.
You can now use of the `display` property on these elements, and also use a `::details-content` pseudo-element to style the part that expands and collapses.
developer.chrome.com/blog/styling...
`.
You can now use of the `display` property on these elements, and also use a `::details-content` pseudo-element to style the part that expands and collapses.
developer.chrome.com/blog/styling...
www.wearedevelopers.com/magazine/fin...
www.wearedevelopers.com/magazine/fin...
it creates a responsive grid layout with columns that automatically adjust in size. Each column has a minimum width of --min (`30ch` in the example) and expand up to `1fr` to fit the available space.
Code in action: codepen.io/fcalderan/fu...
it creates a responsive grid layout with columns that automatically adjust in size. Each column has a minimum width of --min (`30ch` in the example) and expand up to `1fr` to fit the available space.
Code in action: codepen.io/fcalderan/fu...
.link {
grid-template-columns: auto var(--len, 0fr);
gap: var(--gap, 0);
transition: .33s;
&:is(:hover, :focus) {
--len: 1fr;
--gap: .5rem;
}
Code in the reply 👇🏻
.link {
grid-template-columns: auto var(--len, 0fr);
gap: var(--gap, 0);
transition: .33s;
&:is(:hover, :focus) {
--len: 1fr;
--gap: .5rem;
}
Code in the reply 👇🏻