Search
CSS “decorations”
22.11.2021
A reader wrote to me the other day asking about this bit of CSS they came across in Wikipedia’s Common.css:
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
}
What’s that @noflip business? That’s...
Responsive Layouts, Fewer Media Queries
22.11.2021
We cannot talk about web development without talking about Responsive Design. It’s just a given these days and has been for many years. Media queries are a part of Responsive Design and they aren’t going anywhere. Since the introduction of …
The post Responsive Layouts, Fewer Media Queries...
The Week In Games: Are You Ready For Farming Simulator 22?
21.11.2021
When Farming Simulator 22 is one of the biggest games releasing, you know you got a quiet week. Read more
Seeing red? FUD that! Here's what you should have bought instead of Bitcoin last week
20.11.2021
Where Bitcoin leads, altcoins usually follow — but the smartest crypto traders manage to turn BTC dips into buying opportunities
Reimagine Atomic CSS
19.11.2021
I’m not the biggest fan of Atomic CSS myself. I don’t like all the classes. I like to express my styles in CSS because I find CSS… good. But I appreciate that a lot of people seem to like it, …
The post Reimagine Atomic CSS appeared first on CSS-Tricks. You can support...
LTNM Now Available on FMFW.io
19.11.2021
PRESS RELEASE. LTNM – another cryptocurrency that takes us to the next level! LTNM is an insured, asset-backed currency based on the Bitcoin blockchain. Monsoon Blockchain Corporation developed it on behalf of the LTNM Foundation. LTNM is a greener, faster and safer version of great Satoshi...
Coding Font Game
19.11.2021
A tournament bracket UI where you pick your favorite between two coding fonts and your choices are whittled down all the way to a final winner. A clever way to suss out your own taste and arrive at a choice.…
The post Coding Font Game appeared first on CSS-Tricks. You can support CSS-Tricks...
Plus: Steam post-release analysis gets Hype-d!
19.11.2021
Some new features for you Plus subscribers
An Open Thread If You Need To Vent
19.11.2021
I said at the beginning of the year that it felt weird to talk about video games as a right-wing mob stormed the United States capitol building. Sad to say, that feeling hasn’t let up in the last 10 months and change, especially with the news currently dominating today’s headlines.Read more
Parallax Powered by CSS Custom Properties
19.11.2021
Good friend Kent C. Dodds has recently dropped his new website which had a lot of work go into it. I was fortunate enough that Kent reached out a while back and asked if I could come up with some …
The post Parallax Powered by CSS Custom Properties appeared first on CSS-Tricks. You...
The Many Faces of VS Code in the Browser
18.11.2021
VS Code is built from web technologies (HTML, CSS, and JavaScript), but dare I say today it’s mostly used a local app that’s installed on your machine. That’s starting to shift, though, as there has been an absolute explosion of …
The post The Many Faces of VS Code in...
PHP Date and Time Recipes
18.11.2021
Dealing with dates and times is one of those things that can frustrate programmers a lot. At the same time, they are fundamental to software development, used from everything from meta and how things are ordered to time-based triggers and …
The post PHP Date and Time Recipes appeared first...
Zero Trickery Custom Radios and Checkboxes
18.11.2021
I feel like half of all “custom-designed radio buttons and checkboxes” do two things:
Make them bigger
Colorize them
I always think of SurveyMonkey for having big chunky radios and checkboxes. And indeed, just poking at their interface quickly, even …
The post Zero Trickery...
What do you get for using a search input type?
18.11.2021
Like this: <input type="search">
You get an extra-round-y appearance in Safari, which at one time matched the macOS look for search inputs, but not really anymore. I don’t hate the look, except…
Safari totally ignores the font-size you set on
…
The post What do you...
Why business intelligence - and IndieBI - matters
17.11.2021
You can't strategize if you can't see
Cherry-Picking Commits in Git
17.11.2021
In part 5 of this series, we looked at rebasing and merging. Although there are a couple of differences between git merge and git rebase, both commands have the same goal: they integrate changes from one branch into another.
The post Cherry-Picking Commits in Git appeared first on CSS-Tricks....
The Gap (Design Engineering)
17.11.2021
Egor Kloos describes a situation where a (purely visual) designer asks for some changes to a component. There is a misunderstanding where the (code monkey) developer implements the change exactly as requested—but really what was required was both a bug …
The post The Gap (Design Engineering)...
FMFW.io Has Listed Audited Asset-Based Stablecoin – EURST
17.11.2021
PRESS RELEASE. EURST will be listed on fmfw.io starting November 17th. The Euro representative digital coin you can purchase with FMFW.io with BTC and ETH pairs. Introduction to EURST Stablecoins, which have arisen due to the digital world’s development, are secured with assets, thus...
Get Your Daily Price Updates on TikTok With Bitcoin.com News’ Brand New Channel
17.11.2021
Are you addicted to following the crypto markets? Are you new to the game and just want to know what’s going on? In just 59 seconds each day, this shot of crypto espresso gives you everything you need to know! Bitcoin.com News has launched a brand new TikTok channel just for you, bringing...
A Clever Sticky Footer Technique
17.11.2021
Upon hearing “sticky footer” these days, I would think most people imagine a position: sticky situation where a footer element appears fixed on the screen while in the scrolling context of some parent element.
That’s not quite what I’m talking …
The post A Clever...