From cb41c91189932e6877667e8184c95be2aa600eea Mon Sep 17 00:00:00 2001 From: - <-> Date: Sun, 5 May 2019 16:19:40 -0600 Subject: [PATCH] changed background to 1 light blue solid color --- src/main/resources/static/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/css/bootstrap.css b/src/main/resources/static/css/bootstrap.css index 37bdd69..4e6215c 100644 --- a/src/main/resources/static/css/bootstrap.css +++ b/src/main/resources/static/css/bootstrap.css @@ -25,7 +25,7 @@ body { background-size:cover; } #example1 { - background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); + background-color: lightblue; position:fixed; padding:0; margin:0;