Search

Nalezeno "media": 2523

Where Do You Nest Your Sass Breakpoints?


I love nesting my @media query breakpoints. It's perhaps the most important feature of Sass to me. Maybe I pick a method and do it like this: .element { display: grid; grid-template-columns: 100px 1fr; @include breakpoint(baby-bear) { display: block; } } That's straightforward enough....

How to Change Animated GIF Speed


Comedians would tell you that timing is the most important part of any joke. The same could be said about animated GIFs; whether they’re used as a meme or to illustrate a process, the speed of an animated GIF can effect its effectiveness. With that idea in mind, I set about trying to figure...

prefers-color-scheme: CSS Media Query


One device and app feature I’ve come to appreciate is the ability to change between light and dark modes. If you’ve ever done late night coding or reading, you know how amazing a dark theme can be for preventing eye strain and the headaches that result. macOS recently implemented...

Microsoft odstavuje Windows Media Center. A na kahánku má i Windows Media Player


Windows Media Center je prostředí, kterým chtěl Microsoft dostat operační systém do obýváků. Nadstavba pro Windows umožňovala pohodlné ovládání dálkovým ovladačem a přístup k multimediálnímu obsahu v počítači. Prostředí už není od nástupu Windows 10 dále vyvíjeno, nyní mu končí podpora online

Clive Ryan (regionální ředitel Facebooku): Jaké jsou e-commerce trendy v roce 2019


Poslední roky nás učí, že předpovídat takřka cokoliv je těžší, než kdy dřív. Nemám pochyby o tom, že i letos můžeme čekat mnoho nepředvídaného. Můžeme se ale spolu podívat na to, jestli a jak se v roce 2019 dlouhodobě pozorované trendy promítnou u nás v Evropě. Zítra je vloni Jediná… Číst dále The...

Algorithmic Layouts


Don't miss this video by Heydon that digs into CSS layouts. It's great how he combines fundamental knowledge, like the way elements flow, wrap, and can have margin with new layout methods like flexbox and grid (with specific examples). Of particular note is the clear demonstration of how flexbox...

How to Change the WordPress Media Upload Directory


One thing I’ve always missed about the “old” way of web development was the simplicity of FTP. No deploy scripts, no fuss: simple drag and drop of files and the files are there. I’ve used FTP for assets on this blog for over a decade but I’m finally ready to be lazy...

How to Add a User Stylesheet in Firefox


While many like to complain about CSS these days, it’s important to remember how amazing CSS is; the CSS language is: easy to learn easy to read easy to write simple to understand Web developers and designers alike love that CSS allows us to take text/media and present it in a beautiful...

The Fragmented, But Evolving State of CSS-in-JS


TLDR: The CSS-in-JS community has converged on a consistent API. Not so long ago, a Facebook engineer compiled a list of the available CSS-in-JS methodologies. It wasn’t short: aphrodite, babel-plugin-css-in-js, babel-plugin-pre-style, bloody-react-styled, classy, csjs, css-constructor, css-light...

[aktualita] Vltava Labe Media od Mafry kupuje inzertní web Automodul.cz


Vydavatelství Vltava Labe Media (VLM) nadále posiluje v oblasti inzertních webů. Podle obchodního rejstříku se od 27. listopadu letošního roku stalo majitelem služby Automodul.cz, kterou za nespecifikovanou částku získalo od mediálního domu Mafra. Automodul je inzertní web s různými druhy...

Hide Information in Images


If you’ve followed this blog, you know that I’m obsessed with figuring out every way to interact with, abuse, and convert different types of media.  Whether it’s images, video, or audio, if something can be changed or exploited, I want to figure out how to do it. I remember...

How to create a logo that responds to its own aspect ratio


One of the cool things about <svg> is that it's literally its own document, so @media queries in CSS inside the SVG are based on its viewport rather than the HTML document that likely contains it. This unique feature has let people play around for years. Tim Kadlec experimented with...

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