The Queen’s stylesheets
spiffingcss.com
The Queen’s stylesheets
1–10 of 74 posts
Re: The Queen’s stylesheets
#2Re: The Queen’s stylesheets
#3Re: The Queen’s stylesheets
#4"transparency: 1" != "opacity: 1"
We use transparency in the US. Transparency is how much light passes through an object and Opacity is how much it blocks.
so:
"transparency: 1" == "opacity: 0"
Re: The Queen’s stylesheets
#5Re: The Queen’s stylesheets
#6Ok, this is only tangentially related, but does anyone know why it's "background-repeat: no-repeat" instead of "none"? Or why it's "text-wrap: none" but "white-space: nowrap" or "white-space: pre-wrap"?
background: #000 url(pic.png) no-repeat;
So having background-repeat: none; would conflict with background/background-image: none;
Re: The Queen’s stylesheets
#7Re: The Queen’s stylesheets
#8Your example is incorrect "transparency: 1" != "opacity: 1" We use transparency in the US. Transparency is how much light passes through an object and Opacity is how much it blocks. so: "transparency: 1" == "opacity: 0"
"transparency: 0.5" == "opacity: 0.5"
Re: The Queen’s stylesheets
#9I was listening to some music in the background with multiple tabs open, and I didn't expect a project link from HN to autoplay music. Confusion ensues.