Animated Space Background using plain CSS

11 · Amit Merchant · April 20, 2023, 6:37 a.m.
Here’s a trippy animated space background that you can create using plain and old CSS. This is inspired by the Beyond the Gradient website. First, see it in action. See the Pen Animated Space Background by Amit Merchant (@amit_merchant) on CodePen. And here’s all the css you would need to set this background. body { background-color: #000000; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22640%22%20height%3D%22480%22%20viewBox%3D%220%200%20640%20480%22%20...