Found 1270 bookmarks
Custom sorting
A Collection of Interesting Facts about CSS Grid Layout | CSS-Tricks
A Collection of Interesting Facts about CSS Grid Layout | CSS-Tricks
A few weeks ago I held a CSS Grid Layout workshop. Since I'm, like most of us, also pretty new to the topic, I learned a lot while preparing the slides and demos. I decided to share some of the stuff that was particularly interesting to me, with you. Have fun! Negative values lower than -1 may be used for
·css-tricks.com·
A Collection of Interesting Facts about CSS Grid Layout | CSS-Tricks
Another Collection of Interesting Facts About CSS Grid | CSS-Tricks
Another Collection of Interesting Facts About CSS Grid | CSS-Tricks
Last year, I assembled A Collection of Interesting Facts about CSS Grid Layout after giving a workshop. This year, I worked on another workshop and I've learned some more exciting facts about the layout spec we all so love. Of course, I'm not going to keep my knowledge to myself. I'm happy to share my findings once
·css-tricks.com·
Another Collection of Interesting Facts About CSS Grid | CSS-Tricks
New CSS Features Are Enhancing Everything You Know About Web Design | CSS-Tricks
New CSS Features Are Enhancing Everything You Know About Web Design | CSS-Tricks
We just hit you with a slab of observations about CSS Grid in a new post by Manuel Matuzo. Grid has been blowing our minds since it was formally introduced and Jen Simmons is connecting it (among other new features) to what she sees as a larger phenomenon in the evolution of layouts in web design. From Jeremy Keith's
·css-tricks.com·
New CSS Features Are Enhancing Everything You Know About Web Design | CSS-Tricks
Ninjas of Web Development: 30+ CSS Puns That’ll Crack You Up
Ninjas of Web Development: 30+ CSS Puns That’ll Crack You Up
Sometimes the words and commands are matched in a very funny way. Probably this inspired the clever guys to make up the witty puns. Here we prepared for you the most comic... #coding #colors #css3
·templatemonster.com·
Ninjas of Web Development: 30+ CSS Puns That’ll Crack You Up
Art Directing For The Web With CSS Grid Template Areas
Art Directing For The Web With CSS Grid Template Areas
(*This article is kindly sponsored by CoffeeCup Software*.) If you’re at all serious about web design or development, you need to be serious about learning and using CSS Grid, too. Andrew Clarke explains how.
·smashingmagazine.com·
Art Directing For The Web With CSS Grid Template Areas
Collection of CSS snippets
Collection of CSS snippets
Some time ago I asked on twitter about the favorite CSS snippets people use regularly. What's you favorite CSS snippets which you use again and again?Rules:- Has to fit in one
·justmarkup.com·
Collection of CSS snippets
Introduction to the CSS Grid Layout With Examples
Introduction to the CSS Grid Layout With Examples
What You'll Be CreatingIn this tutorial, I will cover the basics of the CSS grid layout with example scenarios. CSS Grid is supported by almost all modern browsers now, and it is ready to be used...
·code.tutsplus.com·
Introduction to the CSS Grid Layout With Examples
mix-blend-mode
mix-blend-mode
The mix-blend-mode CSS property describes how an element's content should blend with the content of the element's direct parent and the element's background.
·developer.mozilla.org·
mix-blend-mode
Blend mode
Blend mode
The blend-mode CSS data type describes how colors should appear when elements overlap. It is used in the background-blend-mode and mix-blend-mode properties.
·developer.mozilla.org·
Blend mode
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