#cssprotips resultados da pesquisa

Tired of repeating yourself in selectors? 🎯 :is() — The CSS Selector Shortcut You Need /* Without :is() */ nav h1, nav h2, nav h3 { color: royalblue; } /* With :is() */ nav :is(h1, h2, h3) { color: royalblue; } #CSSProTips #DevCommunity #ModernCSS #UIdesign


Don't use an 'X' image for close buttons, using × is quicker and one less asset to manage #cssprotips #youprobablyalreadyknewthat


Diving deep into HTML & CSS is key for killer frontend designs. Remember to keep your code clean & your styles responsive! #WebDev #FrontendMagic #CSSProTips


Tired of repeating yourself in selectors? 🎯 :is() — The CSS Selector Shortcut You Need /* Without :is() */ nav h1, nav h2, nav h3 { color: royalblue; } /* With :is() */ nav :is(h1, h2, h3) { color: royalblue; } #CSSProTips #DevCommunity #ModernCSS #UIdesign


Diving deep into HTML & CSS is key for killer frontend designs. Remember to keep your code clean & your styles responsive! #WebDev #FrontendMagic #CSSProTips


Nenhum resultado para "#cssprotips"

Master these composition rules and instantly improve your thumbnails.🎯 Save this for your next design session! 📈

MatejaCreates's tweet image. Master these composition rules and instantly improve your thumbnails.🎯

Save this for your next design session! 📈

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)

Love primary colours but don't want your space to end up looking childish? tinybfs.com/t/V4ry07

bc_diane's tweet image. Love primary colours but don't want your space to end up looking childish? tinybfs.com/t/V4ry07

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🧵

We're launching our first style explorer today. Go to Explore on our website and press "styles". Click "Try Style" to quickly test them with whatever you have in your prompt bar. Fuzzy search works too! Type photo or anime in the search bar to narrow styles to just those domains

midjourney's tweet image. We're launching our first style explorer today. Go to Explore on our website and press "styles". Click "Try Style" to quickly test them with whatever you have in your prompt bar. Fuzzy search works too! Type photo or anime in the search bar to narrow styles to just those domains

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'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);

CSS filter property visual guide for frontend developers 🎨 A Thread 🧵👇

AlfaizAliX's tweet image. CSS filter property visual guide for frontend developers 🎨

A Thread 🧵👇

Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.

amourclarissa's tweet image. Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.
amourclarissa's tweet image. Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.
amourclarissa's tweet image. Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.
amourclarissa's tweet image. Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.

Always color grade in Camera Raw Filter after the design is done. Trust me, it completely changes the vibe. Makes your thumbnail look cinematic and pro.

AyanDesignverse's tweet image. Always color grade in Camera Raw Filter after the design is done.

Trust me, it completely changes the vibe. Makes your thumbnail look cinematic and pro.

CSS filter property cheatsheet for web developers 🎨 A Thread 🧵👇

AlfaizAliX's tweet image. CSS filter property cheatsheet for web developers 🎨

A Thread 🧵👇

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

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.

How to style broken images in CSS. CSS code that styles broken images using the ::before and ::after pseudo-elements:⬇️

e_opore's tweet image. How to style broken images in CSS. 

CSS code that styles broken images using the ::before and ::after pseudo-elements:⬇️
e_opore's tweet image. How to style broken images in CSS. 

CSS code that styles broken images using the ::before and ::after pseudo-elements:⬇️

#CSS tip:📌 Using #CSS filters can add some nice image effects without using Sketch or Photoshop. You can use several filter types and can even combine them for different effects:

Lindsey_design's tweet image. #CSS tip:📌
Using #CSS filters can add some nice image effects without using Sketch or Photoshop. You can use several filter types and can even combine them for different effects:

Quer se inspirar numa página para portfólio pessoal? Se inspira nessa do @1Iucas que coisa maravilhosa direta ao ponto... link 👇

FilipeDeschamps's tweet image. Quer se inspirar numa página para portfólio pessoal?

Se inspira nessa do @1Iucas que coisa maravilhosa direta ao ponto... link 👇

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

💡 Did you know about the backdrop-filter property in CSS?

_georgemoller's tweet image. 💡 Did you know about the backdrop-filter property in CSS?

CSS Protips - github.com/AllThingsSmitt… - Huge list of CSS tricks. Full of code examples, explanations and external posts for extra reading.

umaar's tweet image. CSS Protips - github.com/AllThingsSmitt… - Huge list of CSS tricks. Full of code examples, explanations and external posts for extra reading.

✨🎉✨Introducing CSSGram: ✨🎉✨ A tiny (<1kb gzipped!) CSS library for Instagram filters. una.im/CSSgram/


Loading...

Something went wrong.


Something went wrong.


United States Trends