CSS-Tricks
A Complete Guide to CSS Functions
Like any other programming language, CSS has functions. They can be inserted where you’d place a value, or in some cases, accompanying another value declaration.
Recently shared by
Take a deep dive
More like this
cssreference.io
CSS Reference - A free visual guide to the most popular CSS properties.
cssreference.io
861 saves · From 2016 · A free visual guide to the most popular CSS properties.
CSS-Tricks
A Complete Guide to Flexbox
CSS-Tricks
590 saves · From 2015 · Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and the child elements (the flex items). It also includes history, demos, patterns, and a browser support chart.
CSS-Tricks
A Complete Guide to Grid
CSS-Tricks
224 saves · From 2016 · CSS Grid Layout is the most powerful layout system available in CSS. It is a 2-dimensional system, meaning it can handle both columns and rows, unlike
luna-lang.org
Luna. Hybrid-visual textual functional programming language.
luna-lang.org
4 min read · 184 saves · From 2016 · Luna is a developer’s whiteboard on steroids. Design, prototype, develop and refactor any application simply by connecting visual elements together. Collaborate with co-workers, interactively fine tune parameters, inspect the results and visually profile the performance in real-time.
CSS-Tricks
A Complete Guide to calc() in CSS
CSS-Tricks
9 min read · 86 saves · 2020-03-17 · CSS has a special calc() function for doing basic math. Here's an example: .main-content { /* Subtract 80px from 100vh */ height: calc(100vh - 80px); } In
Go
Downloads - The Go Programming Language
Go
3 min read · 132 saves · From 2015 · go1.8 ▹ File name Kind OS Arch Size SHA256 Checksum go1.8.src.tar.gz Source 15MB 406865f587b44be7092f206d73fc1de252600b79b3cacc587b74b5ef5c623596 go1.8.darwin-amd64.tar.gz Archive macOS x86-64 85MB…
colorme.io
ColorMe - Visualize The CSS Color Function
colorme.io
69 saves · From 2017 · Visualize The CSS Color Function.
medium.com
Goodbye, Object Oriented Programming
medium.com
~18 min read · 489 saves · From 2016 · I’ve been programming in Object Oriented languages for decades. The first OO language I used was C++ and then Smalltalk and finally .NET…
joshwcomeau.com
An Interactive Guide to CSS Transitions
joshwcomeau.com
~13 min read · 106 saves · Feb 9th · This comprehensive guide shows how to use CSS transitions! A back-to-basics look at the fundamental building blocks we need to create microinteractions and other animations.