diff --git a/index.css b/index.css index e69de29..268387c 100644 --- a/index.css +++ b/index.css @@ -0,0 +1,10 @@ +@viewport { +width: device-width; +zoom: 1; +} + +html { +background: rgb(0,0,0); +color: rgb(160,160,160); +font-family: sans; +}