Skip to content

Commit c2712de

Browse files
authored
Add global CSS styles for the application
1 parent 5afa88c commit c2712de

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

styles/globals.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
html,
2+
body {
3+
padding: 0;
4+
margin: 0;
5+
font-family: Arial, sans-serif;
6+
background-color: #ffffff;
7+
color: #333333;
8+
}
9+
10+
a {
11+
color: #0070f3;
12+
text-decoration: none;
13+
}
14+
15+
* {
16+
box-sizing: border-box;
17+
}

0 commit comments

Comments
 (0)