Search
Collective #629
22.10.2020
Hands-Free Coding * Thinking Outside the Box with CSS Grid * Responsive Height Design * SVG Favicon Maker
The post Collective #629 appeared first on Codrops
[aktualita] Evolveo uvádí na trh multimediální centrum s podporou DVB-T2 a DVB-C
20.10.2020
Značka Evolveo začala českým zákazníkům nabízet multimediální centrum s operačním systémem Android 9, které zároveň slouží jako set-top box pro příjem vysílání ve standardu DVB-T2. Tuner naladí rovněž programy v DVB-T nebo v kabelovém vysílání DVB-C. Ladění televizních programů a jejich ovládání...
[aktualita] Zásilkovna představila bezdotykový výdejní box, do konce roku jich chce mít 150
29.9.2020
Zásilkovna začala zavádět vlastní bezdotykové výdejní boxy. Boxy nesou jméno Z-BOX a ovládají se přes mobilní aplikaci Zásilkovna, napájeny jsou přes solární panely. Boxy se budou postupně objevovat především v menších obcích, do konce roku by jich mělo být po republice nainstalováno 150....
The Empty Box
24.9.2020
application building, creativity, starting
The post The Empty Box appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter
DeFi right now is like "trying to fly to the moon in a cardboard box" — Diginex CEO
19.9.2020
DeFi is almost certainly the future, but that future may not be today
ASRock 4X4 BOX-4000: minipočítač v krabičce s hybridními Ryzeny a moderní výbavou
11.9.2020
Společnost ASRock představila novinku, která kombinuje použitelný výkon a malém balení. ASRock 4X4 BOX-4000 obsahuje nové hybridní čipy Ryzen 4000, které jsou postavené na 7nm architektuře Zen 2 (Renoir). Dle potřeby výkonu lze vybírat mezi čtyřjádrem Ryzen 3 4300U, šestijádrem Ryzen 5 4600U a
What Happens When Border Radii Overlap?
17.8.2020
I’d wager that most times we’re rounding box corners in CSS, we’re applying a uniform border-radius value across the border. It’s a nice touch of polish in many designs. But there are times when we might want different radii for different corners. Easy, right? That way the property takes four...
More Control Over CSS Borders With background-image
7.8.2020
You can make a typical CSS border dashed or dotted. For example:
.box {
border: 1px dashed black;
border: 3px dotted red;
}
You don’t have all that much control over how big or long the dashes or gaps are. And you certainly can’t give the dashes slants, fading, or animation!...
Coinbase Processed $500,000 in Bitcoin Payments That Helped Ex-Nissan Chairman Flee Japan
24.7.2020
Coinbase processed $500,000 in bitcoin payments that aided the dramatic escape of former Nissan Motor Co. chairman Carlos Ghosn from Japan, according to Bloomberg. In December, two Americans used a box to smuggle Ghosn out of the Asian country, where he was facing criminal charges for embezzlement...
CSS Painting Order
17.7.2020
Usually, when I see terms like “painting order” or “stacking context” my brain will start to shut off and my eyes will gloss over. Not that my brain doesn’t normally shut off more often than not, but that’s another topic for another time.
Martin Robinson over...
When a Line Doesn’t Break
2.7.2020
We expect a line to break when the text on that line reaches the parent box boundaries. We see this every time we create a paragraph, just like this one. When the parent box doesn’t have enough room for the next word in a line, it breaks it and moves down to the next line and repeats that...
Collective #611
25.6.2020
The Return of the 90s Web * keen-slider * Grid Cheatsheet * RSS Box * Styling Layout Wrappers In CSS
The post Collective #611 appeared first on Codrops
Rough Notation
22.6.2020
This is a neat little library. It uses SVG to insert hand-drawn looking annotations to elements (probably text), like underlines and box highlights (there are 6 design options, all configurable). Super clever.
Here’s a little demo:
CodePen Embed Fallback
Aside from it just being cool,...
Global CSS options with custom properties
30.5.2020
With a preprocessor, like Sass, building a logical “do this or don’t” setting is fairly straightforward:
$option: false;
@mixin doThing {
@if $option {
do-thing: yep;
}
}
.el {
@include doThing;
}
Can we do that in native CSS with custom properties? Mark Otto shows...
A First Look at `aspect-ratio`
29.5.2020
Oh hey! A brand new property that affects how a box is sized! That’s a big deal. There are lots of ways already to make an aspect-ratio sized box (and I’d say this custom properties based solution is the best), but none of them are particularly intuitive and certainly not...
Unibos Portable SSD ×4 Storage Box: otestovali jsme diskové šasi s Thunderboltem 3 od českého výrobce
8.5.2020
Český výrobce Unibos začal prodávat unikátní externí šasi pro SSD • Jako první na světě nabízí vše v malých rozměrech • Rychlé přenosy dat zajišťuje řadič Thunderbolt 3
Playing With (Fake) Container Queries With watched-box & resizeasaurus
5.5.2020
Heydon’s <watched-box> is a damn fantastic tool. It’s a custom element that essentially does container queries by way of class names that get added to the box based on size breakpoints that are calculated with ResizeObserver. It’s like a cleaner version of what Philip...
Pro-Monero Film Briefly Tops US Box Office With $3,430 Gross
26.4.2020
The film was created after its producer realized that he could top the box office charts with a handful of digital screenings amid the coronavirus lockdown
Blockchain Bites: Ripple Sues YouTube, Monero Hits the Box Office and Draper Wants Crypto Everywhere
22.4.2020
Is Renaissance bullish on bitcoin? What's the "crypto/lobbyist" revolving door? Will YouTube take down XRP giveaway scams?
Fake Code
21.4.2020
Here’s a fun little idea from Knut Synstad. You give it the URL of a GitHub Gist and it converts the Gist into grayscale rounded blobs (SVG) that sorta look like code if you squint. Maybe fun for interesting dynamic backgrounds or for whatever you might use code-looking stock art for.
It...