https://fariabriya.codes/
`text-grow: per-line scale;`
nerdy.dev/css-text-grow
(prototype in Canary 165+)
`text-grow: per-line scale;`
nerdy.dev/css-text-grow
(prototype in Canary 165+)
A browser is useful if it does all these.
These AI browsers are interesting but… with prompt injections, no way I trust them…
A browser is useful if it does all these.
These AI browsers are interesting but… with prompt injections, no way I trust them…
fariabriya.codes/blog/gilded-...
fariabriya.codes/blog/gilded-...
This was right after OpenAI showcased how GPT4 could turn a hand-drawn sketch of a website into real HTML/CSS/JS. The consensus online was that FE jobs would stop existing within 1-2 years.
Well, it’s been 2 years! So, I just published a follow-up:
This was right after OpenAI showcased how GPT4 could turn a hand-drawn sketch of a website into real HTML/CSS/JS. The consensus online was that FE jobs would stop existing within 1-2 years.
Well, it’s been 2 years! So, I just published a follow-up:
Do you know that One-Time password field? You can create it using only one input and a few lines of #CSS.
The HTML:
Code & Demo: css-tip.com/single-digit...
As a bonus, you can control the number of characters by adjusting the "maxlength" attribute.
Do you know that One-Time password field? You can create it using only one input and a few lines of #CSS.
The HTML:
Code & Demo: css-tip.com/single-digit...
As a bonus, you can control the number of characters by adjusting the "maxlength" attribute.
Use CSS Grid to stack items, and visibility: hidden to hide/show spinner!
This approach allows the largest item to size the button, and keeps the button text accessible
Use CSS Grid to stack items, and visibility: hidden to hide/show spinner!
This approach allows the largest item to size the button, and keeps the button text accessible