Skip to content

Instantly share code, notes, and snippets.

@warderer
warderer / App.css
Last active July 7, 2025 00:16
[React Hook Form Class] Master in Frontend forms class base code, module 7 class 1 #devf #react
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;