From 87171e438b236a046cb91b07bfc37554e359e3d1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 29 May 2023 15:18:06 +0200 Subject: [PATCH] css/viewport,html --- index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; +}