Search

Nalezeno "LINE": 603

[aktualita] Ostravské rádio Helax končí s FM vysíláním, bude už jen on-line


Rádio Helax v průběhu listopadu ukončí vysílání svého programu na frekvenci 93,7 MHz a bude nadále dostupné pouze prostřednictvím internetového streamu. V tiskové zprávě to oznámil majitel rádia, společnost Media Bohemia. Důvodem ke změně je propad reklamních příjmů v době koronavirové krize...

Full Bleed


We’ve covered techniques before for when you want a full-width element within a constrained-width column, like an edge-to-edge image within a narrower column of text. There are loads of techniques. Perhaps my favorite is this little utility class: .full-width { width: 100vw; position:...

Netlify Edge Handlers


Some very cool news from Netlify: Edge Handlers are in Early Access (request it here). I think these couple of lines of code do a great job in explaining what an Edge Handler is: export function onRequest(event) { console.log(`Incoming request for ${event.request.url}`); ...

First LINE Blockchain-Powered Third Party Services Launched


Japanese blockchain solutions platform LINE Blockchain introduced on Wednesday its first LINE powered third party services. These services are built on the LINE network by the LVC Corporation owned LINE TECH PLUS PTE LTD (LTP). LVC also manages LINE’s crypto-blockchain businesses. Introducing LINE...

Japan’s Messaging Giant Line Introduces Crypto Lending Services


Back in the summer of 2018, the Japanese messaging giant, Line Corp., launched a cryptocurrency exchange with over 30 digital assets. Now Line is introducing crypto lending services with five different crypto assets and a new lineup of decentralized applications (dapps). The Japanese messaging...

LINE Corporation & Theta Network to Launch Video App for Asia Expansion


Highly-acclaimed subsidiary brand of South Korea’s NAVER Corporation, LINE Corporation of Japan has announced the launch of an innovative video application named ‘THETA.tv for LINE’ in collaboration with Theta Network. The mobile-friendly service will be fueled by Theta’s protocol architecture...

Linearly Scale font-size with CSS clamp() Based on the Viewport


Responsive typography has been tried in the past with a slew of methods such as media queries and CSS calc(). Here, we’re going to explore a different way to linearly scale text between a set of minimum and maximum sizes as the viewport’s width increases, with the intent of making its behavior...

Web Technologies and Syntax


JavaScript has a (newish) feature called optional chaining. Say I have code like: const name = Data.person.name; If person happens to not exist on Data, I’m going to get a hard, show-stopping error. With optional chaining, I can write: const name = Data.person?.name; Now if person...

How to Get Handwriting Animation With Irregular SVG Strokes


I wanted to do a handwriting animation for calligraphy fonts — the kind where the words animate like they are being written by an invisible pen. Because calligraphy fonts have uneven stroke widths (they actually aren’t even strokes in terms of SVG), it was near impossible to do this sort of thing...

AVIF has landed


Everybody is talking about AVIF today because of Jake’s blog post. As the say, I was today years old when I learned AVIF was a thing. But thanks to web technology being ahead of the game for once, we can already take advantage of it. This will be easier if you’ve abstracted your...

Working with JavaScript Media Queries


What’s the first thing that comes to mind when you think of media queries? Maybe something in a CSS file that looks like this: body {   background-color: plum; } 
 @media (min-width: 768px) {   body {     background-color: tomato;   } } CSS media queries are a core ingredient in any responsive...

Bitcoin Dominance Slides Losing 10% in the Last 100 Days


Bitcoin’s Dominance Index has slid 10% from a high of 67% on May 10, to a low of 57% today. Despite the defi market shakeout, ethereum still captures 10% of the aggregate market capitalization of $330 billion. There’s been a number of changes in the top ten line up of coins, as bitcoin...

Using @property for CSS Custom Properties


Una Kravetz digs into how Chrome now allows you to declare CSS custom properties directly from CSS with more information than just a string. So rather than something like this: html { --stop: 50%; } …can be declared with more details like this: @property --stop { syntax:...

Excluding Emojis From Transparent Text Clipping


CSS-Tricks has this pretty cool way of styling hovered links. By default, the text is a fairly common blue. But hover of the links, and they’re filled with a linear gradient. 😍 Pretty neat, right? And the trick isn’t all that complicated. On hover… give the link a linear...

Copy the Browser’s Native Focus Styles


Remy documented this the other day. Firefox supports a Highlight keyword and both Chrome and Safari support a -webkit-focus-ring-color keyword. So if you, for example, have removed focus from something and want to put it back in the same style as the browser default, or want to apply a focus style...

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