source: styles/globals.css@ 6568bde

main
Last change on this file since 6568bde was 6568bde, checked in by SimonAnastasov <simonanastasov2001@…>, 2 years ago

Initial commit from Create Next App

  • Property mode set to 100644
File size: 275 bytes
Line 
1html,
2body {
3 padding: 0;
4 margin: 0;
5 font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
6 Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
7}
8
9a {
10 color: inherit;
11 text-decoration: none;
12}
13
14* {
15 box-sizing: border-box;
16}
Note: See TracBrowser for help on using the repository browser.