Search
Crypto Twitter cries foul after noticing NBA star John Wall’s NFT has a Fortnite background
22.9.2021
"Celebs really think they can come into an industry they know nothing about, never interact with the community, then launch a scam project they’ll abandon in 3 months?” questioned Twitter user 0x_fxnction
Resources aren’t requested by CSS, but by the DOM
21.9.2021
This is a good tweet from Harry:
Simple yet significant thing all developers should keep in mind: CSS resources (fonts, background images) are not requested by your CSS, but by the DOM node that needs them [Note: slight oversimplification, but
…
The post Resources aren’t requested...
SoftOrbits Photo Background Remover je specialista na odstranění pozadí z obrázků. Návod a plná verze zdarma
20.9.2021
SoftOrbits Photo Background Remover je nástroje, se kterým snadno odstraníte pozadí z fotografie nebo obrázku. Nabízí automatickou detekci pozadí, vyříznutí objektů a vytvoření čistě bílého pozadí, na kterém objekt vašeho zájmu dokonale vynikne.
Na C-zóně časopisu Computer najdete plnou verzi jako
Grainy Gradients
13.9.2021
Browse through Dribbble or Behance, and you’ll find designers using a simple technique to add texture to an image: noise. Adding noise makes otherwise solid colors or smooth gradients, such as shadows, more realistic. But despite designers’ affinity for texture, …
The post Grainy Gradients...
The Story Behind TryShape, a Showcase for the CSS clip-path property
8.9.2021
I love shapes, especially colorful ones! Shapes on websites are in the same category of helpfulness as background colors, images, banners, section separators, artwork, and many more: they can help us understand context and inform our actions through affordances.
A …
The post The Story Behind...
The Fixed Background Attachment Hack
27.8.2021
What options do you have if you want the body background in a fixed position where it stays put on scroll? background-attachment: fixed in CSS, at best, does not work well in mobile browsers, and at worst is not even …
The post The Fixed Background Attachment Hack appeared first...
Multi-Billion Dollar Financial Services Firm Lloyds Looks to Hire a Digital Currency Expert
18.8.2021
Lloyds Banking Group, the British parent company of Lloyds Bank, is currently hiring a “digital currency [and] innovation senior manager,” according to a recent job listing posted to BYP Network. Lloyds is one of the largest financial services firms in the world with close to $500...
Israel’s Mossad Is Hiring a Cryptocurrency Specialist
10.8.2021
The Israeli intelligence service, Mossad, is now looking to hire someone who understands digital currencies. According to the job posting, the role requires extensive expertise in the field of financial technologies. Mossad Recruiting Expert With Fintech Background Israel’s Institute...
Crypto Exchange Binance Plans to Be Regulated Financial Institution, Seeks CEO With Strong Compliance Background
29.7.2021
Binance CEO Changpeng Zhao (CZ) says that his company wants “to be licensed everywhere” and “From now on, we’re going to be a financial institution.” Following warnings by a growing list of regulators worldwide, Zhao also revealed that Binance is seeking “a...
System *Things
29.6.2021
I think we’re all largely aware of named colors in CSS:
color: OldLace;
background: rebeccapurple;
I guess you’d just call those “named colors” in CSS.
Those aren’t the only kind of named colors there are though. Some of them …
The post System *Things appeared...
Put a Background on Open Details Elements
11.6.2021
One thing that can be just a smidge funky about the <details> element is that, when open, it’s not always 100% clear what is inside that element and what isn’t. I’m not saying that always matters or that it’s a …
The post Put a Background on Open Details...
New Xbox Series X/S Background Is A Pulsating Blob From The Past
12.5.2021
Rolling out with the May Xbox Series X/S update that includes important updates to that handy Quick Resume feature, “The Original” dynamic theme marks the return of the glowing green glob of Flubber from the original Xbox’s startup and dashboard. Read more
Creating Colorful, Smart Shadows
4.5.2021
A bona fide CSS trick from Kirupa Chinnathambi here. To match a colored shadow with the colors in the background-image of an element, you inherit the background in a pseudo-element, kick it behind the original, then blur and filter it. …
The post Creating Colorful, Smart Shadows appeared...
Image Fragmentation Effect With CSS Masks and Custom Properties
23.3.2021
Geoff shared this idea of a checkerboard where the tiles disappear one-by-one to reveal an image. In it, an element has a background image, then a CSS Grid layout holds the “tiles” that go from a filled background color to …
The post Image Fragmentation Effect With CSS Masks and Custom...
Taming Blend Modes: `difference` and `exclusion`
22.3.2021
Up until 2020, blend modes were a feature I hadn’t used much because I rarely ever had any idea what result they could produce without giving them a try first. And taking the “try it and see what happens” approach …
The post Taming Blend Modes: `difference` and `exclusion`...
Platform News: Prefers Contrast, MathML, :is(), and CSS Background Initial Values
19.3.2021
In this week’s round-up, prefers-contrast lands in Safari, MathML gets some attention, :is() is actually quite forgiving, more ADA-related lawsuits, inconsistent initial values for CSS Backgrounds properties can lead to unwanted — but sorta neat — patterns.
The prefers-contrast: more…
The...
Three Ways to Blob with CSS and SVG
19.2.2021
Blobs are the smooth, random, jelly-like shapes that have a whimsical quality and are just plain fun. They can be used as illustration elements and background effects on the web.
So, how are they made? Just crack open an illustration …
The post Three Ways to Blob with CSS and SVG appeared...
Going From Solid to Knockout Text on Scroll
3.2.2021
Here’s a fun CSS trick to show your friends: a large title that switches from a solid color to knockout text as the background image behind it scrolls into place. And we can do it using plain ol’ HTML and …
The post Going From Solid to Knockout Text on Scroll appeared first...
How to Remove Bernie's Background and Paste Him Anywhere
21.1.2021
If you want to contribute to the latest Bernie photo craze before the meme plays itself out—which will probably be sometime around the end of the week, so act fast!—it’s not that hard to cut out Bernie-Sanders-on-a-chair and splice him into whatever image you want. However, to save you a bit...
Building Flexible Components With Transparency
12.1.2021
Good thinking from Paul Herbert on the Cloudfour blog about colorizing a component. You might look at a design comp and see a card component with a header background of #dddddd, content background of #ffffff, on an overall …
The post Building Flexible Components With Transparency appeared...