Found 293 bookmarks
Custom sorting
(2) Pratham 👨‍💻🚀 on Twitter: "Hey👋🏼 Do you like my new Twitter header that I just created using CSS? If yes this thread is for you😄 I implemented GLASSMORPHISM which is a latest emerging trend in designing. You can also create one it's pretty easy. Let's see THREAD 🧵 https://t.co/odLDrxVhhV" / Twitter
(2) Pratham 👨‍💻🚀 on Twitter: "Hey👋🏼 Do you like my new Twitter header that I just created using CSS? If yes this thread is for you😄 I implemented GLASSMORPHISM which is a latest emerging trend in designing. You can also create one it's pretty easy. Let's see THREAD 🧵 https://t.co/odLDrxVhhV" / Twitter
Hey👋🏼Do you like my new Twitter header that I just created using CSS? If yes this thread is for you😄I implemented GLASSMORPHISM which is a latest emerging trend in designing. You can also create one it's pretty easy. Let's seeTHREAD 🧵 pic.twitter.com/odLDrxVhhV— Pratham 👨‍💻🚀 (@Prathkum) January 1, 2021
·twitter.com·
(2) Pratham 👨‍💻🚀 on Twitter: "Hey👋🏼 Do you like my new Twitter header that I just created using CSS? If yes this thread is for you😄 I implemented GLASSMORPHISM which is a latest emerging trend in designing. You can also create one it's pretty easy. Let's see THREAD 🧵 https://t.co/odLDrxVhhV" / Twitter
How to use CSS clipping
How to use CSS clipping
Using clipping in CSS can help us move away from everything in our designs looking like a box. By using various basic shapes, or an SVG, you can create a clip path. Then cut away the parts of an element you don't want to show.
·web.dev·
How to use CSS clipping
How to use CSS masking
How to use CSS masking
CSS masking gives you the option of using an image as a mask layer. This means that use can use an image, an SVG, or a gradient as your mask, to create interested effects without an image editor.
·web.dev·
How to use CSS masking
line-clamp CSS guide
line-clamp CSS guide
The line-clamp property is a way to truncate text at a specific number of lines. At time of writing the spec is currently in Editor's Draft which means it could change before it's first published.
·mgearon.com·
line-clamp CSS guide
Drop-Shadow: The Underrated CSS Filter
Drop-Shadow: The Underrated CSS Filter
If you’re familiar with CSS, you probably know all about the box-shadow property. But did you know there is a CSS filter, drop-shadow, that…
·css-irl.info·
Drop-Shadow: The Underrated CSS Filter
Responsive CSS Grid - Books
Responsive CSS Grid - Books
A "product grid" demo using - CSS Grid - Clip Path - Conic Gradient - Lea Verou's CSS conic-gradient() polyfill (https://leaverou.github.io/conic...
·codepen.io·
Responsive CSS Grid - Books
[attribute]
[attribute]
There are lots of ways you can select elements in CSS. The most basic selection is by tag name, like p { }. Almost anything more specific than a tag
·css-tricks.com·
[attribute]
Making Wavy or Serrated Edges with CSS
Making Wavy or Serrated Edges with CSS
Recently, I found out about text-decoration-thickness, an addition to the set of text-decoration- properties that control text features such as underline.
·preethisam.com·
Making Wavy or Serrated Edges with CSS