xtodo css
- try use auto instert attribute
- CSS: Display Language Name in Code Snippet
- CSS: insert HTML attribute text. attr()
- border-image
- CSS: Border
grid-auto-rowsgrid-auto-columnsgrid-auto-flow
grid-auto-rows is a CSS property that specifies the size of implicitly-created grid row tracks. It applies to rows that are not explicitly sized by grid-template-rows or grid-template-areas, such as those generated by the auto-placement algorithm when there are more items than defined rows, or when items are positioned outside the explicit grid.
Key values include:
- auto: The default; row size is determined by the largest item in the row.
- min-content: Row size depends on the smallest item in the row.
- max-content: Row size depends on the largest item in the row.
- : A fixed size (e.g., 100px).
- : Relative to the grid container's block size.
- fr: Fractional units of available space.
- minmax(min, max): Defines a size range.
scale3dperspectivepreserve-3dtransform-style
clip-path
- make Truchet tiles animation using css
- Truchet tiles
- ask ai to show a flip card animation
- add one example of background (shorthand)
- add one full wallpaper example, using background (shorthand). maybe
- CSS: background
- in css, can u do translate but keep the original copy
- https://x.com/i/grok/share/17d6bb82a7ba4a03b65d7ad544d261bd
- explain css translate
- https://x.com/i/grok/share/1c664e8f7a6749fb99a7293d48885739
Borders & Accents
Apply tobackgroundwithmaskorborder-imagefor creative frames.
- lol. was gonna write a requestAnimationFrame to know what it does.
- then, found that i already damned it 7 years ago.
- JavaScript requestAnimationFrame sucks
- Xah JS Blog 2019-01
- how to do click to expand section visible by css no JavaScript
- sample page
- https://css-tricks.com/snippets/css/a-guide-to-flexbox/
- 2022-06-25
- Navigational Panel Design (2022)
- writing-mode
- small-caps
backdrop-filter: blur(16px);
- css
aspect-ratioproperty
- whats
@supports @starting-style
- Scroll Snap – smooth, controlled scrolling for carousels and pages.
- Aspect Ratio – the
aspect-ratioproperty for maintaining proportions.
- Logical Properties (widely adopted post-2018)
- margin-inline, padding-block, inset, float: inline-start, etc. Makes internationalization (RTL languages) much easier — no more manual flipping of left/right.
- Scroll-Driven Animations + View Transitions (2023–2024)
- animation-timeline: scroll()
- @view-transition
- Scroll snap improvements
- CSS can now handle complex scroll-linked and page transition animations that previously required heavy JavaScript.
add unit maybe Q s ms hz khz dpi dpcm dppx
what are css unit Q s ms hz khz dpi dpcm dppx
ai answer
- Q is a quarter-millimeter, equal to 1/40 of a centimeter or 1/4 of a millimeter.
- s and ms are time units where 1s (second) equals 1000ms (milliseconds).
- Hz and kHz are frequency units where 1kHz (kilohertz) equals 1000Hz (hertz).
- dpi (dots per inch), dpcm (dots per centimeter), and dppx (dots per pixel) are resolution units. They are compatible, with 1dppx being equivalent to 96dpi. The unit x is an alias for dppx.