Found 1325 bookmarks
Newest
background-blend-mode | CSS-Tricks
background-blend-mode | CSS-Tricks
The background-blend-mode property defines how an element's background-image should blend with its background-color: .container { background-image: url('image.jpg'); background-color: red; background-blend-mode: screen; } See the Pen background-blend-mode by CSS-Tricks (@css-tricks) on CodePen. In the demo above, the
·css-tricks.com·
background-blend-mode | CSS-Tricks
Basics of CSS Blend Modes | CSS-Tricks
Basics of CSS Blend Modes | CSS-Tricks
Bennett Feely has been doing a good job of showing people the glory of CSS blend modes. There are lots of designerly effects that we're used to seeing in static designs (thanks to Photoshop) that we don't see on the web much, with dynamic content. But that will change as CSS blend modes get more support. I'd like to
·css-tricks.com·
Basics of CSS Blend Modes | CSS-Tricks
CSS Decorative Gallery - Web Designer Wall - Design Trends and Tutorials
CSS Decorative Gallery - Web Designer Wall - Design Trends and Tutorials
Did you like my previous CSS tutorial on how to create gradient text effects? I’m using the same trick to show you how to decorate your images and photo galleries without editing the source images. The trick is very simple. All you need is an extra tag and apply a background image to create […]
·webdesignerwall.com·
CSS Decorative Gallery - Web Designer Wall - Design Trends and Tutorials
Focusing on Focus Styles | CSS-Tricks
Focusing on Focus Styles | CSS-Tricks
Not everyone uses a mouse to browse the internet. If you’re reading this post on a smartphone, this is obvious! What’s also worth pointing out is that there are other forms of input that people use to get things done. With these forms of input comes the need for focus styles. People People are complicated. We don’t
·css-tricks.com·
Focusing on Focus Styles | CSS-Tricks
page-break | CSS-Tricks
page-break | CSS-Tricks
There isn't an actual page-break property in CSS. It is actually a set of 3 properties: page-break-before, page-break-after and page-break-inside. These properties help define how the document is supposed to behave when printed. For example, to make a printed document more book-like. Properties page-break-before The
·css-tricks.com·
page-break | CSS-Tricks
BEM — Block Element Modifier
BEM — Block Element Modifier
BEM — Block Element Modifier is a methodology, that helps you to achieve reusable components and code sharing in the front-end.
·getbem.com·
BEM — Block Element Modifier
Theming With Variables: Globals and Locals | CSS-Tricks
Theming With Variables: Globals and Locals | CSS-Tricks
Setting CSS variables to theme a design system can be tricky: if they are too scoped, the system will lose consistency. If they are too global, you lose granularity. Maybe we can fix both issues. I’d like to try to boil design system variables down to two types: Global and Component variables. Global variables will give us consistency across components. Component variables will give us granularity and isolation. Let me show you how to do it by taking a fairly simple component as an example.
·css-tricks.com·
Theming With Variables: Globals and Locals | CSS-Tricks
Say Hello to Houdini and the CSS Paint API
Say Hello to Houdini and the CSS Paint API
I haven’t been this excited about a new browser tech in a long time. Houdini is an ambitious project to give developers more power over CSS than we’ve ever had before. The first piece of...
·codersblock.com·
Say Hello to Houdini and the CSS Paint API
Notched Boxes | CSS-Tricks
Notched Boxes | CSS-Tricks
Say you're trying to pull off a design effect where the corner of an element are cut off. Maybe you're a Battlestar Galactica fan? Or maybe you just like the unusual effect of it, since it avoids looking like a typical rectangle. I suspect there are many ways to do it. Certainly, you could use multiple backgrounds to
·css-tricks.com·
Notched Boxes | CSS-Tricks
What Houdini Means for Animating Transforms | CSS-Tricks
What Houdini Means for Animating Transforms | CSS-Tricks
I've been playing with CSS transforms for over five years and one thing that has always bugged me was that I couldn't animate the components of a transform chain individually. This article is going to explain the problem, the old workaround, the new magic Houdini solution and, finally, will offer you a feast of eye
·css-tricks.com·
What Houdini Means for Animating Transforms | CSS-Tricks
Layout Land
Layout Land
Learn what's now possible in graphic design on the web — layout, CSS Grid, and more. A series for designers and web developers. Created by Jen Simmons, Mozil...
·youtube.com·
Layout Land
Use Clip Path to Vary Your Designs on the Web
Use Clip Path to Vary Your Designs on the Web
Everything on the web is a rectangle, but it doesn't have to be. Use the Clip Path property to alter elements in your layouts to be polygons, circles, triang...
·youtube.com·
Use Clip Path to Vary Your Designs on the Web
SmashingConf London 2018 - RACHEL ANDREW
SmashingConf London 2018 - RACHEL ANDREW
INTO THE WEEDS OF CSS LAYOUT There are lots of reasons to get excited about new layout methods in CSS, but what impact does moving to Flexbox and Grid have on performance? And once you have decided to adopt new layout methods, are some techniques more performant than others? In this talk we’ll take a serious look at the algorithms your browser is using in order to lay things out using Flexbox and Grid. By understanding how these algorithms work, you’ll be in a better position to make good decisions around layout, and fully take advantage of the possible performance gains of new CSS layout.
·vimeo.com·
SmashingConf London 2018 - RACHEL ANDREW
CSS Basics: Styling Links Like a Boss | CSS-Tricks
CSS Basics: Styling Links Like a Boss | CSS-Tricks
You are probably well acquainted with how links looks without any styling at all. That blue. That underline. That's a link in it's purest form. But what if we want to change things up a bit? Perhaps blue doesn't work with your website's design. Maybe you have an aversion to underlines. Whatever the reason, CSS lets us style links just like any other element.
·css-tricks.com·
CSS Basics: Styling Links Like a Boss | CSS-Tricks