Found 1270 bookmarks
Custom sorting
Grid Critters
Grid Critters
Completely master CSS Grid once and for all by playing Grid Critters: the Grid Mastery Game.
·gridcritters.com·
Grid Critters
CSSFX - Beautifully simple click-to-copy CSS effects
CSSFX - Beautifully simple click-to-copy CSS effects
Browse a carefully crafted collection of loaders, hover effects, transitions, and other CSS effects to use in your next project. Effects are designed with an emphasis on fluidity, simplicity, and ease of use.
·cssfx.dev·
CSSFX - Beautifully simple click-to-copy CSS effects
Part 1: Understanding implicit tracks
Part 1: Understanding implicit tracks
When observing people getting to grips with CSS Grid, I’ve noticed a few issues that catch people out more often than others, or present…
·css-irl.info·
Part 1: Understanding implicit tracks
How To Style Better Link Underlines
How To Style Better Link Underlines
When you use text-decoration: underline; in CSS it sometimes creates a strong line that may seem darker than the actual text, for example: You don’t have full control over the underline style, but you can use, for example, border-bottom: 1px solid #C9A4F0;, to create a lighter and more appealing underline that is still clearly visible, […]
·rafaltomal.com·
How To Style Better Link Underlines
A Strategy Guide To CSS Custom Properties
A Strategy Guide To CSS Custom Properties
Dynamic properties provide opportunities for new creative ideas, but also the potential to add complexity to CSS. To get the most out of them, we might need a strategy for how we write and structure CSS with custom properties.
·smashingmagazine.com·
A Strategy Guide To CSS Custom Properties
CSS Variables - var() Function
CSS Variables - var() Function
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and XML.
·w3schools.com·
CSS Variables - var() Function
var()
var()
The var() CSS function can be used to insert the value of a custom property (sometimes called a "CSS variable") instead of any part of a value of another property.
·developer.mozilla.org·
var()
Using CSS custom properties (variables)
Using CSS custom properties (variables)
Custom properties (sometimes referred to as CSS variables or cascading variables) are entities defined by CSS authors that contain specific values to be reused throughout a document. They are set using custom property notation (e.g., --main-color: black;) and are accessed using the var() function (e.g., color: var(--main-color);).
·developer.mozilla.org·
Using CSS custom properties (variables)
That Time I Tried Browsing the Web Without CSS
That Time I Tried Browsing the Web Without CSS
CSS is what gives every website its design. Websites sure aren’t very fun and friendly without it! I’ve read about somebody going a week without
·css-tricks.com·
That Time I Tried Browsing the Web Without CSS
Inclusively Hidden | scottohara.me
Inclusively Hidden | scottohara.me
There are various ways to hide content in web interfaces, but are you aware of the different effects they have on the accessibility of that content? While so...
·scottohara.me·
Inclusively Hidden | scottohara.me
Developing a Javascript-free frontend
Developing a Javascript-free frontend
PreludeI built the first version of Slimvoice on Angular 1 with a Node.js backend and MongoDB in 2014 (those were all the rage back then). In 2015 I decided to completely revamp the UI and redesigned and rebuilt it in React. In hindsight, all of that was crap. With the new version I wanted to prove that it ...
·javascript.works-hub.com·
Developing a Javascript-free frontend
Are nested grids like nested tables?
Are nested grids like nested tables?
I’ve had people ask me if “nested grids” are essentially just like nested tables and therefore a bad thing. I explain why that is not the case.
·rachelandrew.co.uk·
Are nested grids like nested tables?
Art Direction For The Web Using CSS Shapes
Art Direction For The Web Using CSS Shapes
Last year, Rachel Andrew wrote “[Take A New Look At CSS Shapes](https://www.smashingmagazine.com/2018/09/css-shapes/)” where she reintroduced readers to the basics of using CSS Shapes. In this new tutorial, Andy Clarke expands on the topic of “[Art Direction for the Web](https://www.smashingmagazine.com/printed-books/art-direction-for-the-web/)” with CSS Shapes to create exciting and inspired new design ideas.
·smashingmagazine.com·
Art Direction For The Web Using CSS Shapes