---
title: "Starter Pack"
description: "A CSS starter pack inspired by Kevin Powell's video."
date: "2025-10-02"
tags: ["css","starter","frontend","design"]
canonical: "/snippets/css/resets/starter"
---

import { Code } from '@astrojs/starlight/components'
import Source from './starter.css?raw'

## Starter Pack

This is largely inspired by Kevin Powell's
[video](https://www.youtube.com/shorts/ydGti7sLVOc)

<Code code={Source} lang="css" title="starter.css" wrap />
