Skip to content

Instantly share code, notes, and snippets.

@miladevweb
miladevweb / index.css
Last active April 25, 2025 16:24
Basic styles for projects without TailwindCSS
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&wght@300;400;500;600;700&display=swap");
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}