css-reference
css-reference copied to clipboard
CSS Reference: a free visual guide to the most popular CSS properties
"hsl()a" to "hsla()"
It would be great if you could add both `background-repeat: round` and `background-repeat: space` to the background reference since they're really useful in some scenarios. Links: https://css-tricks.com/almanac/properties/b/background-repeat/ http://caniuse.com/#feat=background-repeat-round-space http://cssvalues.com/#background-repeat
The red line with the "self" tag should be aligned with the targeted flex item at the flex-start. Great site btw!
[z-index](http://cssreference.io/positioning/#z-index) Assigning z-index of 0 to the container `#z-index--1` seems to fix the issue, but I don't know if this is the appropriate solution. Why is this happening? I would...
Hi! Can I translate this content to pt-br? I really liked this content and wanted to show it to people who do not know how to communicate in English
As awesome as this site is the lack of W3C links prevents me from using it as my primary reference for CSS properties. Until then cssvalues.com will remain my go...
According to the `animation-play-state: running;` animation, the final opacity on the `@keyframes` definition should be 1.
Thanks for your works
As demonstrated by the accompanying images - the value of *left* really moves the item to the **right** (because it means left margin) - the value of *right* really moves...