From ca5d6f1f25eaf001366adc3360b8bfc75025f299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Enrique=20Gonzalez=20Pe=C3=B1uela?= Date: Mon, 8 Oct 2018 17:25:16 -0500 Subject: [PATCH] Update main.css --- client/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/main.css b/client/main.css index b219fa9..c7a3844 100644 --- a/client/main.css +++ b/client/main.css @@ -1,4 +1,6 @@ /* CSS declarations go here */ +/* You shoulnd't put ALL your styles in 1 big file, try to make css files per component or group of components, +it is faster and more clear when you want to update the feel and look of your application */ body { background-attachment: fixed; background-image: url("/back1.png");