π° Did you know that CSS works even inside console.log()
Some cases where I have seen this being used in real life is for showing a warning for self XSS attacks - asking regular web users not to paste random code inside the dev console (yes, that's an actual attack)
π3β€1
This media is not supported in your browser
VIEW IN TELEGRAM
π° CSS Tip
Do you have an image that is not exactly the same size as what you want to render it as?
Just turn on the object-fit propery to cover for the image element!
This property ensures that irrespective of the dimension of the image element, the contents fully covers the element without any distortion.
π Without this, the content would be stretched to fit the element
Do you have an image that is not exactly the same size as what you want to render it as?
Just turn on the object-fit propery to cover for the image element!
This property ensures that irrespective of the dimension of the image element, the contents fully covers the element without any distortion.
π Without this, the content would be stretched to fit the element
π2
Media is too big
VIEW IN TELEGRAM
π
Crazy Text Animation with CSS and SVG
In this video with the topic Crazy Text Animation with CSS and SVG, I will share with everyone an extremely interesting idea to create text animation without using javascript. By combining vector SVG and CSS, we will create an extremely impressive text animation.
β€1
Forwarded from Web design source code
Media is too big
VIEW IN TELEGRAM
π
10 CSS PRO Tips and Tricks you NEED to know
β€2π1
π° Its time to say goodbye to these JS libraries in 2025.