salomonsky commited on
Commit
dcaa7a9
·
verified ·
1 Parent(s): 0e4891e

Delete styles.css

Browse files
Files changed (1) hide show
  1. styles.css +0 -13
styles.css DELETED
@@ -1,13 +0,0 @@
1
- body {
2
- font-family 'Orbitron', sans-serif;
3
- background-color #111827;
4
- color white;
5
- }
6
-
7
- button {
8
- transition all 0.2s ease-in-out;
9
- }
10
-
11
- buttonhover {
12
- transform scale(1.03);
13
- }