CSS/SASS

CSS/SASS

24 bookmarks
Custom sorting
How to automatically size a textarea based on its using vanilla JavaScript
How to automatically size a textarea based on its using vanilla JavaScript
Last year, I wrote an article sharing Stephen Shaw’s awesome trick for simple, autogrowing textarea elements. It uses a wrapper element, CSS grid, and a sprinkling of vanilla JS, and it works wonderfully! But… if your textarea has text in it when the page loads, it doesn’t work. .autogrow { display: grid; } .autogrow::after { content: attr(data-replicated-value) " "; white-space: pre-wrap; visibility: hidden; } .autogrow textarea { resize: none; } .
·gomakethings.com·
How to automatically size a textarea based on its using vanilla JavaScript
The New CSS Reset
The New CSS Reset
The New Simple and Lighter CSS Reset
·elad2412.github.io·
The New CSS Reset
Introduction - Halfmoon
Introduction - Halfmoon
Front-end framework with a built-in dark mode, designed for rapidly building beautiful dashboards and product pages.
·gethalfmoon.com·
Introduction - Halfmoon
LightCSS
LightCSS
Simple and modern CSS framework for creating a beautiful website
·madsouris.github.io·
LightCSS
Modern CSS Solutions
Modern CSS Solutions
A series examining modern CSS solutions to problems Stephanie Eckles (@5t3ph), a seasoned frontend developer, has been solving for 13+ years.
·moderncss.dev·
Modern CSS Solutions
Browser Default Styles
Browser Default Styles
Search against any element for standardized and default styles from all major rendering engines (WebKit, Blink, Gecko, Trident).
·browserdefaultstyles.com·
Browser Default Styles
98.css
98.css
A design system for building faithful recreations of old UIs.
·jdan.github.io·
98.css
Spacing in CSS
Spacing in CSS
If two or more elements are close, then the user will assume that they somehow belong to each other. When grouping multiple design elements, the user can dec...
·ishadeed.com·
Spacing in CSS
BEM Naming Cheat Sheet by 9elements
BEM Naming Cheat Sheet by 9elements
A visual tool that provides naming-suggestions for CSS classes using BEM naming convention.
·9elements.com·
BEM Naming Cheat Sheet by 9elements
CSS Reference
CSS Reference
CSS Reference is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples.
·cssreference.io·
CSS Reference
minireset.css
minireset.css
A tiny modern CSS reset
·jgthms.com·
minireset.css
Bulma: a modern CSS framework based on Flexbox
Bulma: a modern CSS framework based on Flexbox
Bulma is an open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.
·bulma.io·
Bulma: a modern CSS framework based on Flexbox
CSS Only Slider
CSS Only Slider
Significa was created with the single purpose of raising the standard of quality in user-centered design by creating useful, beautiful & meaningful experiences
·significa.pt·
CSS Only Slider
Documentation - Materialize
Documentation - Materialize
Materialize is a modern responsive CSS framework based on Material Design by Google.
·materializecss.com·
Documentation - Materialize
CSS-Tricks
CSS-Tricks
Tips, Tricks, and Techniques on using Cascading Style Sheets.
·css-tricks.com·
CSS-Tricks