Home New Trending Search
About Privacy Terms
#
#css
Posts tagged #css on Bluesky
Preview
Breakpoints Screen resolutions and the 320/360 devide mishap.

Breakpoints, by @cssence@mas.to:

https://cssence.com/2026/breakpoints/

#design #accessibility #mobile #css

0 0 0 0

Good point and reminder... #css #dev

1 0 0 0

@bsky.app has once again changed something in their #CSS and I don't know that I have the energy to cope with trying to correct it in my custom stylesheet.

0 0 0 0
Today I learned that you can use `field-sizing: content` to make the `<textarea>` shrink and grow with the text in it.

Try it out: (If you can, haha ^^)

<textarea
  class="w-full p-2 rounded-xl bg-zinc-700 focus:outline-none"
  style="field-sizing: content"
></textarea>

It's not available everywhere as of today (field-sizing: content | Can I use), but that's up to you to decide.

:)

Today I learned that you can use `field-sizing: content` to make the `<textarea>` shrink and grow with the text in it. Try it out: (If you can, haha ^^) <textarea class="w-full p-2 rounded-xl bg-zinc-700 focus:outline-none" style="field-sizing: content" ></textarea> It's not available everywhere as of today (field-sizing: content | Can I use), but that's up to you to decide. :)

Today I learned that field-sizing: content exists :)

#CSS #TIL

0 0 1 0
Animated CSS3 Mega Menu

Animated CSS3 Mega Menu

Animated CSS3 Mega Menu

https://code.stylelib.org/?p=19525

#codecanyon #css #css3 #html5 #responsive

0 0 0 0
Welcome

I...am just pissing myself. i fucking HATE #css but OMG...I fucking LOVE Bootstrap. Once you get the core concepts down...fucking wow. I did this cleanup in an HOUR, and that was only because I'm learning. https://kasbjornsen.codeberg.page #coding

0 0 0 0
Preview
The Art Of The Minimal Paywall What’s the least you can do to build an effective paywall for creators that’s mostly open-source? If we can figure that out, that might help lots of creators.

#Development #Approaches
Paywalls for minimalists · A creator’s playbook built mainly on open source ilo.im/16b83j by Ernie Smith

_____
#Business #Monetization #Blogs #Website #IndieWeb #SmallWeb #Webhooks #WebDev #CSS #JavaScript

0 0 0 0
Post image

Defold Flow is the next great open source library for UI - this one implements a CSS Flexbox-inspired UI system in pure Lua.

It's also very well documented, with a tutorial series on how to use it and guides:

github.com/Pause-Games/...

#opensource #ui #css #lua #MadeWithDefold #gamedev #indiedev

9 1 0 0

I did my first test with functions and conditionals in #css, and these might be the first changes since custom properties where I genuinely think it will completely change the way I (and probably other people) write CSS.

0 0 0 0
Preview
Voir le code source d'un site à partir d'un téléphone portable - In... Il vous est peut-être déjà arrivé d'avoir eu envie de consulter le code source d'une page Web directement depuis votre smartphone. Or, les navigateurs les plus utilisés ne proposent pas cette fo...

A relire : Voir le code source d'un site à partir d'un téléphone portable

blog.shevarezo.fr/post/2021/10/21/voir-cod...

#android #firefox #html #css #chrome #web #ios #webdev #devweb #webbrowser #smartphone @neatnikllc

0 0 0 0
Preview
Vanza Setia - Sharing Knowledge to Combat Ignorance I help new web developers build great websites on their own without going through tutorial hell and experiencing the blank page syndrome.

I assums that you do not this: vanzasetia.xyz

#HTML #CSS #a11y #MadeWithLove #IndieWeb

0 0 0 0
Preview
Craft CMS Blog Integration PHP & Web Development Projects for £20-250 GBP. I'm looking for an experienced Craft CMS developer assist with integrating blogs from [login to view URL] into my existing



#Content #Management #System #(CMS) #CSS #Digital #Marketing #HTML #JavaScript #PHP #SEO

Origin | Interest | Match

1 0 0 0
YellowPencil – Visual CSS Style Editor

YellowPencil – Visual CSS Style Editor

YellowPencil – Visual CSS Style Editor

https://code.stylelib.org/?p=252667

#codecanyon #css #utilities #wordpress

0 0 0 0
Preview
Help us turn our Figma designs into a polished app! HTML & Mobile App Development Projects for $170-180 USD. We’ve used Figma AI to kickstart our latest project, but the code needs a pro’s touch to make it truly production



#Android #CSS #Figma #Frontend #Development #HTML #HTML5 #iPhone #JavaScript #Mobile #App

Origin | Interest | Match

1 0 0 0
Preview
Mastering CSS Scroll Timeline: A Complete Guide to Animation on Scroll in 2026 Introduction to Scroll Timeline API Have you ever wanted to create stunning scroll-driven...

Mastering CSS Scroll Timeline: A Complete Guide to Animation on Scroll in 2026 Introduction to Scroll Timeline API Have you ever wanted to create stunning scroll-driven animations without relying o...

#webdev #javascript #tutorial #css

Origin | Interest | Match

1 1 0 0

No te rindas, cada error es un paso adelante. Recuerdo mis primeros días de codificación, frustrante, pero perseveré y mejoré. ¡Tú también puedes! #coders #webdev #css #desarrolloweb

1 0 0 0
Original post on mindly.social

There is an online service provider in #Canada that I have been using for a long time. Like, since 2000. I'm pretty sure it's a small, independently-run organization -- maybe even a one-person #shop. I've never tried to find out.

It was around for years before I first used their services. I […]

0 1 0 0
Video thumbnail

****HUGE UPDATE!****

So, upon a request from some folks in Fanime Castle, we have tried our best to make the CSS code for the mobile layout

And it turned out to be (mostly) successful! :D

#fanime #fanimecommunity #webdev #html #css

5 4 1 0
Three buttons with a popover to the bottom right of each of them. The first one is tagged Chrome, and the popover is aligned to the left directly under the button. The second and third are tagged Firefox and Safari respectively, and the popover is separated from the button (to the bottom right)

Three buttons with a popover to the bottom right of each of them. The first one is tagged Chrome, and the popover is aligned to the left directly under the button. The second and third are tagged Firefox and Safari respectively, and the popover is separated from the button (to the bottom right)

The button has a `translate: -50% -50%`. On Chrome, the popover follows the button; on Chrome and Safari, the popover doesn't. Which one is the expected behavior?

#css #popover

5 0 5 0
Preview
Avoiding z-index My thing is more important than your thing

Avoiding “z-index”, by @donnie@social.design.systems:

https://blog.damato.design/posts/avoiding-z-index/

#css #positioning

1 0 0 0
Building a Computer with CSS - Amit Sheen - CSS Day 2025
Building a Computer with CSS - Amit Sheen - CSS Day 2025 Ever wondered how a computer actually works? What a CPU is actually built of? And if it's possible to build one using only CSS? If so, this talk is for you. We’ll break down the fundamentals of a…

Today's lunch video is "Building a Computer with #CSS" - "Ever wondered how a computer actually works? What a CPU is actually built of? And if it's possible to build one using only CSS? If so, this talk is for you." www.youtube.com/watch?v=PFqt...

1 1 0 0
Preview
Making interesting borders with CSS corner-shape You can make cool beveled, rounded, notched, scooped, and elliptical borders with the new CSS corner-shape property!

Making interesting borders with #CSS corner-shape: "You can make cool beveled, rounded, notched, scooped, and elliptical borders with the new CSS corner-shape property!" cassidoo.co/post/css-cor...

1 0 0 0
Post image

Le responsive mobile dompté par #NPM !

Petit coup de propre sur mon instance #LittleLink : grâce à l'injection #CSS via #Nginx #Proxy Manager, j'ai recalé l'affichage mobile au pixel près.

1 0 1 0
Pure CSS3 Forms Set

Pure CSS3 Forms Set

Pure CSS3 Forms Set

https://code.stylelib.org/?p=19615

#codecanyon #css #css3 #form #forms

1 0 0 0
Original post on mastodon.social

🆕 blog! “An odd font rendering bug in Firefox and Safari”

First up, you should go and watch The Importance of Being Earnest with Ncuti Gatwa. It is a brilliant set of performances and a joy to see.

While perusing the programme on the National Theatre website I stumbled upon a little bug. The […]

0 2 0 0
Preview
An odd font rendering bug in Firefox and Safari First up, you should go and watch The Importance of Being Earnest with Ncuti Gatwa. It is a brilliant set of performances and a joy to see. While perusing the programme on the National Theatre website I stumbled upon a little bug. The incredible Ronkẹ Adékọluẹ́jọ́ has her name rendered in a most unusual style: It rendered just fine in Chrome - but both Firefox and Safari misrendered some of t…

An odd font rendering bug in Firefox and Safari First up, you should go and watch The Importance of Being Earnest with Ncuti Gatwa. It is a brilliant set of performances and a joy to see. While per...

#/etc/ #bug #css #firefox #font

Origin | Interest | Match

0 0 0 0
Screenshot of a website. Contains a phone of a black woman next to her name. Any characters with accents in her name are rendered without boldface.

Screenshot of a website. Contains a phone of a black woman next to her name. Any characters with accents in her name are rendered without boldface.

## An odd font rendering bug in Firefox and Safari

shkspr.mobi/blog/2026/03/an-odd-font...

First up, you should go and watch The Importance of Being Earnest with Ncuti Gatwa. It is a brilliant set of performances and a […]

[Original post on shkspr.mobi]

0 1 0 0
Preview
Always Twisted - Design Systems & Front-End Consultant Hi, I’m Stu Robson, a Design Systems consultant and front-end developer helping teams create scalable, accessible systems that enhance collaboration.

12 years ago I wrote about the built-in Sass colour functions that were available.

Today we can achieve the same with native CSS using color-mix() and relative colour syntax.

Un-Sass'ing My CSS: Colour Functions Without Sass

www.alwaystwisted.com/articles/UnS...

#CSS #FrontEnd #WebDev #WebDesign

20 4 1 0
Preview
Building dynamic toggletips using anchored container queries Anchored container queries are only available in Chrome 143 upwards right now, but here’s Daniel Schwarz to show you how to use progressive enhancement to build up to using that new capability in the...

#Development #Techniques
Building dynamic toggletips · A prime example for anchored container queries ilo.im/16bc8d by Daniel Schwarz

_____
#ModernCSS #AnchorPositioning #ContainerQueries #Toggletips #Popover #ProgressiveEnhancement #WebDev #Frontend #CSS

1 1 0 0

has anyone experimented with using #css :open pseudo-class for <input> elements?

0 0 0 0