Skip to content

Instantly share code, notes, and snippets.

@thisisishara
thisisishara / dots_are_cool.html
Created July 13, 2023 04:10
Create a really clean pure CSS dot-pattern background. Live demo available @ https://thisisishara.github.io/dots-are-cool/
<!DOCTYPE html>
<html>
<head>
<title>Cool Dots </title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Outfit&display=swap">
<style>
body {
margin: 0;
padding: 0;
height: 100vh;