Search

Nalezeno "Min": 92

Can you nest @media and @support queries?


Yes, you can, and it doesn't really matter in what order. A CSS preprocessor is not required. It works in regular CSS. This works: @supports(--a: b) { @media (min-width: 1px) { body { background: red; } } } And so does this, the reverse nesting of the above: @media (min-width:...

How much specificity do @rules have, like @keyframes and @media?


I got this question the other day. My first thought is: weird question! Specificity is about selectors, and at-rules are not selectors, so... irrelevant? To prove that, we can use the same selector inside and outside of an at-rule and see if it seems to affect specificity. body { background:...

Intrinsically Responsive CSS Grid with minmax() and min()


The most famous line of code to have come out of CSS grid so far is: grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr)); Without any media queries, that will set up a grid container that has a flexible number of columns. The columns will stretch a little, until there is enough room...

Co-Founder of ICON, Min Kim Speaks Exclusively With CryptoNewsZ


Min Kim, Co-founder of ICON, spoke exclusively to CryptoNewsZ and discussed about the journey of the ICON network, its innovative techniques, and the grand plan for the next development phase of the ICON Republic. Min Kim is one of the most prominent experts in the South Korean blockchain...

A responsive grid layout with no media queries


Andy Bell made a really cool demo that shows us how to create a responsive grid layout without any media queries at all. It happens to look like this when you change the size of the browser window: I think this is a wonderful layout technique that’s just 6 lines (!) of CSS. .auto-grid...

Google Labs Web Components


I think it's kinda cool to see Google dropping repos of interesting web components. It demonstrates the possibilities of cool new web features and allows them to ship them in a way that's compatible with entirely web standards. Here's one: <two-up> I wanted to give it a try, so I linked...

Nové „superdřevo“ je stejně pevné jako ocel, ale váží šestkrát míň


Odborníci z University of Maryland vyvinuli nový typ dřeva, který je více než 10krát pevnější a tvrdší než běžné dřevo. Tato inovace by se mohla stát přírodní a současně levnou náhražkou oceli i jiných materiálů. „Supedřevo“ bylo získáno díky speciální chemické úpravě následované tepelnou

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