Explore >> Select a destination


You are here

hsivonen.fi
| | hsivonen.iki.fi
0.0 parsecs away

Travel
| |
| | alistapart.com
3.2 parsecs away

Travel
| | Any -webkit- feature that doesn't exist in a specification (not even an Editor's draft) is not CSS3. Yes, they are commonly evangelized as such, but they are not part of CSS at all. This distinction is not nitpicking. It's important because it encourages certain vendors to circumvent the standards process, implement whatever they come up...
| | snook.ca
3.2 parsecs away

Travel
| | Leave it to PPK to come out with a bold statement like, "CSS vendor prefixes considered harmful". Moreso, It's time to abolish all vendor prefixes. They've become solutions ...
| | logr.cogley.info
35.0 parsecs away

Travel
| Many static site generators like Hugo have a built in dev web server. If you are just building some html with css, and need a simple solution to serve the files from any folder, you have a few solutions. See a couple of options: Node.js users can install and run http-server: 1 2 3 4 npm install -g http-server cd /path/to/my/working/folder http-server --help http-server Visit http://localhost:8080 and look at the help to change the port.