#cssengineering resultados da pesquisa

Achetez Votre kit de caméras HD à partir 9,9Go seulement. Installation à 1Go. #cssengineering #iristchnology


Achetez Votre kit de caméras HD à partir 9,9Go seulement. Installation à 1Go. #cssengineering #iristchnology


If you're using Tailwind, don't sleep on child selectors. They clean up your styles and eliminate repetition. Vibe coding agents aren't smart enough to do this. (if you're using CSS, keep scrolling)

DavidKPiano's tweet image. If you're using Tailwind, don't sleep on child selectors. They clean up your styles and eliminate repetition.

Vibe coding agents aren't smart enough to do this.

(if you're using CSS, keep scrolling)

i’ve tested 99% of AI image generation methods since i started making these videos... 99% of outputs are slop, but me and my team have discovered a few really good frameworks that let’s us create extremely tasteful and high quality images We train our images off of the…

beechinour's tweet image. i’ve tested 99% of AI image generation methods since i started making these videos...

99% of outputs are slop, but me and my team have discovered a few really good frameworks that let’s us create extremely tasteful and high quality images

We train our images off of the…
beechinour's tweet image. i’ve tested 99% of AI image generation methods since i started making these videos...

99% of outputs are slop, but me and my team have discovered a few really good frameworks that let’s us create extremely tasteful and high quality images

We train our images off of the…
beechinour's tweet image. i’ve tested 99% of AI image generation methods since i started making these videos...

99% of outputs are slop, but me and my team have discovered a few really good frameworks that let’s us create extremely tasteful and high quality images

We train our images off of the…
beechinour's tweet image. i’ve tested 99% of AI image generation methods since i started making these videos...

99% of outputs are slop, but me and my team have discovered a few really good frameworks that let’s us create extremely tasteful and high quality images

We train our images off of the…

⚡ CSS Filters Ultimate Cheatsheet + Codepen⚡

Aakash_codes's tweet image. ⚡ CSS Filters Ultimate Cheatsheet  + Codepen⚡

A/B testing of this thumbnail which suits best?

TeerthCreates's tweet image. A/B testing of this thumbnail which suits best?
TeerthCreates's tweet image. A/B testing of this thumbnail which suits best?
TeerthCreates's tweet image. A/B testing of this thumbnail which suits best?
TeerthCreates's tweet image. A/B testing of this thumbnail which suits best?

My Programming Students will agree that there can't be any better suitable image representation of before and after CSS than this. HTML is a repulsive language. It needs CSS to breathe 🤣. Full code below tho WITH HTML & BEFORE CSS AFTER CSS

Kynsofficial's tweet image. My Programming Students will agree that there can't be any better suitable image representation of before and after CSS than this.

HTML is a repulsive language. It needs CSS to breathe 🤣. Full code below tho

WITH HTML & BEFORE CSS               AFTER CSS
Kynsofficial's tweet image. My Programming Students will agree that there can't be any better suitable image representation of before and after CSS than this.

HTML is a repulsive language. It needs CSS to breathe 🤣. Full code below tho

WITH HTML & BEFORE CSS               AFTER CSS

Proposed hotels Designed by me , my design are simple to understand , with innovation that exite. Kindly make a Repost please thanks Cc : css architects

ChiefArchitect_'s tweet image. Proposed hotels
 
Designed by me , my design are simple to understand , with innovation that exite. 

Kindly make a Repost please thanks 

Cc : css architects
ChiefArchitect_'s tweet image. Proposed hotels
 
Designed by me , my design are simple to understand , with innovation that exite. 

Kindly make a Repost please thanks 

Cc : css architects
ChiefArchitect_'s tweet image. Proposed hotels
 
Designed by me , my design are simple to understand , with innovation that exite. 

Kindly make a Repost please thanks 

Cc : css architects
ChiefArchitect_'s tweet image. Proposed hotels
 
Designed by me , my design are simple to understand , with innovation that exite. 

Kindly make a Repost please thanks 

Cc : css architects

Learning CSS Flexbox & Grid is a must. But, It takes time to learn without proper guides. Here I've created The Ultimate Flexbox & Grid cheatsheet for you. Normally It's $29 but for 24h, it's 100% FREE! To get it, just: 1. Like & Reply "CSS" 2. Retweet 3. Follow @Ayzacoder

Ayzacoder's tweet image. Learning CSS Flexbox & Grid is a must.

But, It takes time to learn without proper guides.

Here I've created The Ultimate Flexbox & Grid cheatsheet for you.

Normally It's $29 but for 24h, it's 100% FREE!

To get it, just:

1. Like & Reply "CSS"
2. Retweet 
3. Follow @Ayzacoder

Incredibly lovely use of SVG Turbulence Filters :: codepen.io/seanfree/pen/e…


Lots of filtering recently. Must confess, I'm a fan.

SilencTheCitrus's tweet image. Lots of filtering recently. Must confess, I'm a fan.

All you need to know about CSS filter methods 🎨 A thread🧵

Prathkum's tweet image. All you need to know about CSS filter methods 🎨 

A thread🧵

Frontend Devs without good #CSS skills end up dishing out something good that looks like crap. That's why my emphasis is always on the designer when working on a project. I make sure the designer gives us a good prototype and the frontend should code the exact design.

OdulesiDamilare's tweet image. Frontend Devs without good #CSS skills end up dishing out something good that looks like crap. That's why my emphasis is always on the designer when working on a project. I make sure the designer gives us a good prototype and the frontend should code the exact design.

Efficient client-side filtering, who needs React compiler. 👀

James_Marotta's tweet image. Efficient client-side filtering, who needs React compiler. 👀

Here's one for ya! Did you know the browser auto-converts any <image tags to <img tags? This means you could bypass filtering in place on solutions looking for <img tags, as this conversion is done in the browser. It's even in the HTML5 RFC with "Don't Ask" in brackets!

ctbbpodcast's tweet image. Here&apos;s one for ya!

Did you know the browser auto-converts any &amp;lt;image tags to &amp;lt;img tags? 

This means you could bypass filtering in place on solutions looking for &amp;lt;img tags, as this conversion is done in the browser.

It&apos;s even in the HTML5 RFC with &quot;Don&apos;t Ask&quot; in brackets!

Unlocking 100% of CSS. The `image-rendering` CSS property sets an image scaling algorithm. When you specifies dimensions of image other than its natural size then the image will be up/downscaled by user agent using the algorithm specified by image-rendering.

Prathkum's tweet image. Unlocking 100% of CSS.

The `image-rendering` CSS property sets an image scaling algorithm.

When you specifies dimensions of image other than its natural size then the image will be up/downscaled by user agent using the algorithm specified by image-rendering.

CSS tip: When you work with transparent images you can use `drop-shadow()` filter function to create a shadow on the image's content, instead of `box-shadow` property which creates a rectangular shadow behind an element's entire box: filter: drop-shadow(2px 4px 8px #585858);

denicmarko's tweet image. CSS tip:

When you work with transparent images you can use `drop-shadow()` filter function to create a shadow on the image&apos;s content, instead of `box-shadow` property which creates a rectangular shadow behind an element&apos;s entire box:

filter: drop-shadow(2px 4px 8px #585858);

The “Blur Up” Technique for Loading Background Images :: css-tricks.com/the-blur-up-te… by @ThatEmil


Keep Pixelated Images Pixelated as They Scale css-tricks.com/keep-pixelated…

css's tweet image. Keep Pixelated Images Pixelated as They Scale css-tricks.com/keep-pixelated…

Intent to Implement and Ship in Chrome: CSS Backdrop Filter groups.google.com/a/chromium.org… Some implementation is available under the flag and requires much polishing. EDGE and Safari have it shipped, FF is working on implementation. Short intro + how to use: css-tricks.com/the-backdrop-f…

shospodarets's tweet image. Intent to Implement and Ship in Chrome: CSS Backdrop Filter
groups.google.com/a/chromium.org…
Some implementation is available under the flag and requires much polishing.
EDGE and Safari have it shipped, FF is working on implementation.
Short intro + how to use: css-tricks.com/the-backdrop-f…

Loading...

Something went wrong.


Something went wrong.


United States Trends