Search
'Christmas magic,' says Chainlink user who received $11K in donations for $50K mistake
29.12.2020
Aavegotchi sent the crypto user donations from more than 200 deposits for Christmas Day
Monday's Best Deals: Magic Chef Air Fryer, Buy 2 Get 1 Free Next-Gen Games, Clinique Hydration Set, Aukey Power Bank, Bella Mini Waffle Maker, and More
7.12.2020
A Magic Chef Air Fryer and a Buy 2 Get 1 Free next-gen games sale lead Monday’s best deals.Read more
Color Theming with CSS Custom Properties and Tailwind
19.11.2020
Custom properties not only enable us to make our code more efficient, but allow us to work some real magic with CSS too. One area where they have huge potential is theming. At Atomic Smash we use Tailwind CSS, a utility class framework, for writing our styles. In this article, we’ll look at...
ztext.js
22.9.2020
Super cool project from Bennett Feely! It makes any web type into 3D lettering with a mouseover effect that moves the 3D objects in space. It’s reminiscent of Zdog, but for type. It works its magic by stacking a bunch of copies of the glyphs on top of each other that are offset by some...
Hide Scrollbars During an Animation
24.6.2020
CSS still can’t animate to auto dimensions.
.dropdown {
transition: 0.2s;
height: 0;
}
.dropdown.open {
/* the height will change, but it won't animate. */
height: auto;
}
There is JavaScript trickery you can try. Brandon Smith outlined several techniques here a little while back....
Potlačení hluku, žádný drát a nízká cena: Test sluchátek Honor Magic Earbuds
14.6.2020
Honor se nově pustil nejen do notebooků, ale i do výroby sluchátek. A také v této oblasti se snaží nabídnout něco navíc za příznivou cenu
Rotated Table Column Headers… Now With Fewer Magic Numbers!
1.6.2020
Rotated <table> column headers is something that’s been covered before right here on CSS-Tricks, so shout-out to that for getting me started and helping me achieve this effect. As the article points out, if you aren’t using trigonometry to calculate your table styles, you’ll have to rely...
Blockchain Bites: Magic’s Raise, Compound’s Distribution and Trump’s Twitter War
29.5.2020
In the war between Trump and Twitter, decentralized systems may win
Bitcoin News Roundup for May 29, 2020
29.5.2020
With bitcoin and many traditional markets down on the day, CoinDesk's Markets Daily is back!
‘Passwordless Login’ Startup Magic Raises $4M From Naval Ravikant, Placeholder
29.5.2020
Ethereum startup Magic just raised $4 million from investors like Naval Ravikant, SV Angel, Placeholder and Volt Capital to make passwords less of a pain
Using Structured Data to Enhance Search Engine Optimization
26.5.2020
SEO is often considered the snake oil of the web. How many times have you scrolled through attention-grabbing headlines on know how to improve your SEO? Everyone and their uncle seems to have some “magic” cure to land high in search results and turn impressions into conversions. Sifting through...
Dear JK Rowling: Bitcoin is Magic
15.5.2020
Don't worry, Mrs. Rowling. We'll have you understanding Bitcoin before you can say "Quidditch"
min(), max(), and clamp() are CSS magic!
12.5.2020
Nice video from Kevin Powell. Here are some notes, thoughts, and stuff I learned while watching it. Right when they came out, I was mostly obsessed with font-size usage, but they are just functions, so they can be used anywhere you’d use a number, like a length.
Sometimes pretty basic usage...
Working With MDX Custom Elements and Shortcodes
7.5.2020
MDX is a killer feature for things like blogs, slide decks and component documentation. It allows you to write Markdown without worrying about HTML elements, their formatting and placement while sprinkling in the magic of custom React components when necessary.
Let’s harness that magic and look...
Creating Color Themes With Custom Properties, HSL, and a Little calc()
16.4.2020
Before the advent of CSS custom properties (we might call them “variables” in this article as that’s the spirit of them), implementing multiple color schemes on the same website usually meant writing separate stylesheets. Definitely not the most maintainable thing in the world. Nowadays, though,...
Playing With Particles Using the Web Animations API
18.3.2020
When it comes to motion and animations, there is probably nothing I love more than particles. This is why every time I explore new technologies I always end up creating demos with as many particles as I can.
In this post, we'll make even more particle magic using the Web Animations API to create...
Bitcoin.com Exchange to Sponsor Decentralized Collectible Card Game Splinterlands
17.3.2020
Splinterlands is one of the most popular collectible trading card games in the cryptocurrency scene and a successful decentralized app. To help the game attract more players, and introduce them to bitcoin cash at the same time, Bitcoin.com Exchange will be sponsoring a number of upcoming...
[článek] Operační systém od Amazonu, serverový procesor ARM s 80 jádry, Magic Leap na prodej
13.3.2020
[4 minuty čtení] USA opět prodlužují výjimku pro Huawei. Amazon Go dostupné všem obchodům. Zprávy z IT, každý pátek na Lupě. Vždy v pátek připravuje reportér Jan Sedlák výběr zajímavých zpráv ze světa IT. Co se událo v tomto týdnu?
How to Make a Line Chart With CSS
11.3.2020
Line,  bar, and pie charts are the bread and butter of dashboards and are the basic components of any data visualization toolkit. Sure, you can use SVG or a JavaScript chart library like Chart.js or a complex tool like D3 to create those charts, but what if you don't want to load yet another...
Inspiring high school students with HTML and CSS
21.2.2020
Here’s a heartwarming post from Stephanie Stimac on her experience teaching kids the very basics of web development:
[...] the response from that class of high school students delighted me and grounded me in a way I haven't experienced before. What I view as a simple code was absolute magic...