Search

Nalezeno "Pre": 718

Chromium lands Flexbox gap


I mentioned this the other day via Michelle Barker’s coverage, but here I’ll link to the official announcement. The main thing is that we’ll be getting gap with flexbox, which means: .flex-parent { display: flex; gap: 1rem; } .flex-child { flex: 1; } That’s excellent...

Meet Ideaology – All in One Blockchain Solution


DUBAI, UAE, 8th May (Friday) Time: 10 AM New York, NY, USA (GMT-4) ‘MEET IDEAOLOGY’ webconference is looking for you The exclusive, pre-launch presentation for the top crypto people In an effort to make top-shelf blockchain partnerships before their Initial Coin Offering is launched, Ideaology...

`lh` and `rlh` units


There’s some new units I was totally unaware of from the Level 4 spec for CSS values! The lh unit is “equal to the computed value of line-height” and rlh is the same only of the root element (probably the <html> element) rather than the current element. Why would that...

No-Comma Color Functions in CSS


There have been a couple of viral tweets about this lately, one from Adam Argyle and one from Mathias Bynes. This is a nice change that makes CSS a bit more clear. Before, every single color function actually needs two functions, one for transparency and one without, this eliminates that need...

Bitcoin Soars to Pre-Crash Levels, Breaks Above Key Technical Barrier


The price of bitcoin (BTC) is once again seeing strong gains in the crypto market today, after soaring to levels not seen since before crypto’s “Black Thursday” on March 12, and again positioning the asset above a key technical level in the chart. As of press time (11:40 UTC), bitcoin is up...

How to Redirect a Search Form to a Site-Scoped Google Search


This is just a tiny little trick that might be helpful on a site where you don’t have the time or desire to build out a really good on-site search solution. Google.com itself can perform searches scoped to one particular site. The trick is getting people there using that special syntax...

@property


The @property is totally new to me, but I see it’s headed to Chrome, so I suppose it’s good to know about! There is a draft spec and an “intent to ship” document. The code from that document shows: @property --my-property { syntax: "<color"; initial-value: green; ...

Bitcoin Rallies, Almost Hits Pre-Crash Level, Ethereum & Co Jump Too


The most popular cryptocurrency, bitcoin (BTC) rallied on Thursday sharply, almost recovering all losses suffered on Black Thursday in March. At pixel time (14:55 UTC), BTC trades at c. USD 7,573 and is up 5% in an hour and 6% in a day. The price increased 8% in a week and 12% in a month. BTC...

Pseudo-Randomly Adding Illustrations with CSS


Between each post of Eric Meyer’s blog there’s this rather lovely illustration that can randomly be one of these five options: Eric made each illustration into a separate background image then switches out that image with the nth-of-type CSS property, like this: .entry:nth-of-type(2n+1)::before...

Create a Responsive CSS Motion Path? Sure We Can!


There was a discussion recently on the Animation at Work Slack: how could you make a CSS motion path responsive? What techniques would be work? This got me thinking. A CSS motion path allows us to animate elements along custom user-defined paths. Those paths follow the same structure as SVG paths....

Ross Ulbricht’s 9th Price Analysis Predicts Bitcoin Prices Below $3,000


The founder of the Silk Road marketplace, Ross Ulbricht, has published another analysis that attempts to predict the price of bitcoin. Ulbricht started sharing his price examinations last December and he leveraged the patterns of Elliott Wave theory to bolster his forecast. Also read: Bitcoin...

Thinking in Behaviors, Not Screen Sizes


Chase McCoy wrote a nifty post about the “gap problem” when making a grid of items. His argument might be summarized like this: how should we space elements with margins in CSS? He notes that the gap property isn’t quite ready for prime time when it comes to using it with flexbox, like this: .grid...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace