Skip to content

Commit d0e175e

Browse files
Add files via upload
1 parent 391335b commit d0e175e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

project-8-tip-calculator/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* {
2+
box-sizing: border-box;
3+
}
4+
5+
body {
6+
background-color: #f2f2f2;
7+
font-family: Arial, Helvetica, sans-serif;
8+
}

0 commit comments

Comments
 (0)