Found 1270 bookmarks
Custom sorting
CSS Transforms: The Old the New and the Remarkable
CSS Transforms: The Old the New and the Remarkable
CSS Transforms have been around for a while now and are supported by all major browsers. You can do amazing things with CSS transform, as you’ll learn in this course.
·webdesign.tutsplus.com·
CSS Transforms: The Old the New and the Remarkable
The Large, Small, and Dynamic Viewports
The Large, Small, and Dynamic Viewports
There are some changes being proposed regarding viewport units, finally solving that "100vh in Safari on iOS" issue …
·bram.us·
The Large, Small, and Dynamic Viewports
Reducing The Need For Pseudo-Elements — Smashing Magazine
Reducing The Need For Pseudo-Elements — Smashing Magazine
For years, pseudo-elements have faithfully helped front-end developers implement creative designs. While they still have an important place, we can now leave pseudo-elements behind in some scenarios, thanks to newer CSS properties.
·smashingmagazine.com·
Reducing The Need For Pseudo-Elements — Smashing Magazine
CSS Transforms: The Old the New and the Remarkable
CSS Transforms: The Old the New and the Remarkable
CSS Transforms have been around for a while now and are supported by all major browsers. You can do amazing things with CSS transform, as you’ll learn in this course.
·webdesign.tutsplus.com·
CSS Transforms: The Old the New and the Remarkable
New CSS Features In 2022 — Smashing Magazine
New CSS Features In 2022 — Smashing Magazine
2022 is shaping up to be a pretty great year for CSS, with a plethora of new features on the horizon. Some are already starting to land in browsers, others are likely to gain widespread browser support in 2022, while for one or two the process may be a little longer. In this article we’ll take a look at a few of them.
·smashingmagazine.com·
New CSS Features In 2022 — Smashing Magazine
Using mask as clip-path
Using mask as clip-path
When I first learned that the path() function is supported in the clip-path attribute, I was quite excited because it allows clipping with complex shapes other than ellipse or polygons.
·yuanchuan.dev·
Using mask as clip-path
How Flexbox Works
How Flexbox Works
Flexbox can be difficult to understand just by using it. In this post, I explain what the browser does when you use display: flex to trigger a flex formatting context.
·tiffanybbrown.com·
How Flexbox Works
CSS in 2022
CSS in 2022
With 2021 coming to an end, let's take a look at which CSS language features we can expect to land in browsers in 2022.
·bram.us·
CSS in 2022
Responsive iframes with the CSS aspect-ratio property
Responsive iframes with the CSS aspect-ratio property
Today, I want to show you can use a few lines of CSS to make your embedded iframes fully responsive. Let’s dig in! The challenge with iframes and responsive layouts Unlike images and the native HTML5 video element, iframes do not scale responsively by default. /** * This does NOT work */ iframe { max-width: 100%; height: auto; } Years back, Dave Rupert put together a great video showing the challenge with responsive iframe videos.
·gomakethings.com·
Responsive iframes with the CSS aspect-ratio property