Found 26 bookmarks
Custom sorting
Modern CSS in Real Life - Chris Coyier
Modern CSS in Real Life - Chris Coyier
Hey! Chris Coyier here. This is a blog-itized version of a presentation I created. It started life as a Keynote file which I presented in person at RenderATL in June of 2023. I put a lot of work into it! I’m so grateful to everyone who came and saw it. But you can’t beat the […]
·chriscoyier.net·
Modern CSS in Real Life - Chris Coyier
How to understand CSS by Rachel Andrew
How to understand CSS by Rachel Andrew
We often learn CSS via looking for solutions to problems: We need to create a certain layout, or a particular animation, and so we go look for the exact CSS that will make it so. Many web developers today started their careers using a framework, and so much of their experience of CSS is in tweaking the code written by someone else. Too much time is spent trying to overwrite styles, and make customizations, without an understanding of what the underlying framework is actually doing.
·noti.st·
How to understand CSS by Rachel Andrew
Understanding Display by Rachel Andrew
Understanding Display by Rachel Andrew
CSS Layout is all about boxes. We know that some boxes are blocks, and others are inline, and we can change the display type of elements by changing the value of the display property. That property holds the key to much more than this, however. It is the foundation on which all layout is built; the core of the inbuilt CSS layout system. Learning Grid Layout, or Flexbox, without understanding Display, leaves you with a wobbly foundation and more questions than answers.
·noti.st·
Understanding Display by Rachel Andrew
Unlocking the Power of CSS Grid Layout
Unlocking the Power of CSS Grid Layout
Once you have grasped the basics of CSS Grid, you quickly discover how it enables many existing design patterns in a streamlined, elegant way. However, we shouldn’t see Grid in isolation. Understanding how other parts of CSS work together with Grid is key, in order to get the most out of our new abilities.
·noti.st·
Unlocking the Power of CSS Grid Layout
Hello subgrid! by Rachel Andrew
Hello subgrid! by Rachel Andrew
We have had Grid Layout in browsers for two years. Long enough for us to start to find the edges, and discover things we really wish it could do. The biggest missing feature from Level 1 was subgrid, which has become the main feature for Level 2 of the specification. In this talk I’ll introduce subgrid, with use cases, example code and some thoughts on where we might see Grid going in the future.
·noti.st·
Hello subgrid! by Rachel Andrew
Hello subgrid! by Rachel Andrew
Hello subgrid! by Rachel Andrew
We have had Grid Layout in browsers for two years. Long enough for us to start to find the edges, and discover things we really wish it could do. The biggest missing feature from Level 1 was subgrid, which has become the main feature for Level 2 of the specification. In this talk I’ll introduce subgrid, with use cases, example code and some thoughts on where we might see Grid going in the future.
·noti.st·
Hello subgrid! by Rachel Andrew
“Making Things Better: Redefining the Technical Possibilities of CSS” by Rachel Andrew—An Event Apart video
“Making Things Better: Redefining the Technical Possibilities of CSS” by Rachel Andrew—An Event Apart video
Over the last few years, rapid browser implementation of advances in CSS have given us the ability to do many of these previously impossible things. We can use our new powers to build the same designs faster, or we can start to ask ourselves what we might do if we were solving these problems afresh.
·aneventapart.com·
“Making Things Better: Redefining the Technical Possibilities of CSS” by Rachel Andrew—An Event Apart video
Making Things Better: Redefining the Technical Possibilities of CSS by Rachel Andrew
Making Things Better: Redefining the Technical Possibilities of CSS by Rachel Andrew
For years we’ve explained that the web is not like print; that a particular idea is not how things work on the web; that certain things are simply not possible. Over the last few years, rapid browser implementation of advances in CSS have given us the ability to do many of these previously impossible things. We can use our new powers to build the same designs faster, or we can start to ask ourselves what we might do if we were solving these problems afresh.
·noti.st·
Making Things Better: Redefining the Technical Possibilities of CSS by Rachel Andrew
Grids All The Way Down by Rachel Andrew
Grids All The Way Down by Rachel Andrew
Two years have passed since Grid Layout launched across all major browsers. However as it was landing and becoming available for us to use in production, work on the spec continued. Due to this work, Level 2 of the Grid Specification contains the most wanted feature as people come to grips with the spec - subgrid.
·noti.st·
Grids All The Way Down by Rachel Andrew
Grids All The Way Down by Rachel Andrew
Grids All The Way Down by Rachel Andrew
Two years have passed since Grid Layout launched across all major browsers. However as it was landing and becoming available for us to use in production, work on the spec continued. Due to this work, Level 2 of the Grid Specification contains the most wanted feature as people come to grips with the spec - subgrid.
·noti.st·
Grids All The Way Down by Rachel Andrew
What’s New In CSS? by Rachel Andrew
What’s New In CSS? by Rachel Andrew
A lightning talk for the W3C AC Meeting. This is a somewhat biased look at new things in CSS - biased in terms of these being things that mostly have some implementation. Also in terms of these being things I know that authors are especially interested in right now.
·noti.st·
What’s New In CSS? by Rachel Andrew
What's New In CSS? by Rachel Andrew
What's New In CSS? by Rachel Andrew
CSS is changing fast. In this talk I'll be covering some of the things we can already use as well as things just recently discussed at the CSS Working Group. In addition I talk about how things become part of CSS, and how everyone can get involved.
·noti.st·
What's New In CSS? by Rachel Andrew
The Future of Web Design: Layout by Rachel Andrew
The Future of Web Design: Layout by Rachel Andrew
As we head into the final quarter of 2018, let’s take a look at where we are with CSS Grid Layout, and CSS layout in general. In this talk you will learn the key elements of layout. The things you need to know as you plan your projects now and into the next year.
·noti.st·
The Future of Web Design: Layout by Rachel Andrew
Unlocking the Power of CSS Grid Layout
Unlocking the Power of CSS Grid Layout
Once you have grasped the basics of CSS Grid, you quickly discover how it enables many existing design patterns in a streamlined, elegant way. However, we shouldn’t see Grid in isolation. Understanding how other parts of CSS work together with Grid is key, in order to get the most out of our new abilities.
·noti.st·
Unlocking the Power of CSS Grid Layout
Graduating to Grid
Graduating to Grid
When CSS Grid Layout shipped into multiple browsers in the Spring of 2017 it heralded the dawn of a new way to do layout on the web. Now that the excitement of launch has passed, Rachel Andrew will take a look at what went right or wrong in these first few months, and offer help to those struggling to transition away from legacy methods. In a practical, example-packed hour, Rachel will help give you the confidence and practical skills to fully embrace Grid layout. We’ll compare common framework patterns to new Grid code, and learn how to create a workflow that is right up to date—a workflow...
·noti.st·
Graduating to Grid
Graduating to Grid
Graduating to Grid
When CSS Grid Layout shipped into multiple browsers in the Spring of 2017 it heralded the dawn of a new way to do layout on the web. Now that the excitement of launch has passed, Rachel Andrew will take a look at what went right or wrong in these first few months, and offer help to those struggling to transition away from legacy methods. In a practical, example-packed hour, Rachel will help give you the confidence and practical skills to fully embrace Grid layout. We’ll compare common framework patterns to new Grid code, and learn how to create a workflow that is right up to date—a workflow...
·noti.st·
Graduating to Grid
Unlocking the Power of CSS Grid Layout
Unlocking the Power of CSS Grid Layout
Once you have grasped the basics of CSS Grid, you quickly discover how it enables many existing design patterns in a streamlined, elegant way. However, we shouldn’t see Grid in isolation. Understanding how other parts of CSS work together with Grid is key, in order to get the most out of our new abilities.
·noti.st·
Unlocking the Power of CSS Grid Layout
The web is ready for great graphic design
The web is ready for great graphic design
Some of the world's greatest print design was made on known canvases, with known content using known color options. On the web, we have more flexible tools. Media queries, flexible units, Grid Layout and Flexbox let us do great graphic design. With flexibility.
·noti.st·
The web is ready for great graphic design
Don't Use My Grid System (or any others)
Don't Use My Grid System (or any others)
Web layout has always been a hack — compounded by responsive design, web application needs, and the desire for consistency. Join the creator of Susy (a meta grid-system) for a review of layout and grid techniques — when to use them, what to consider, and how to roll your own layouts with minimum code. We'll look at everything from floats to CSS Grid, flexbox, and even custom properties — and how to start using the new toys right away, with only a few lines of code.
·noti.st·
Don't Use My Grid System (or any others)
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