From d3ea323f096338d62e0efcc574f6e87f88f12191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Fri, 13 Apr 2018 11:30:44 +0800 Subject: [PATCH] no message Former-commit-id: 1b49ac7e6ad4f5a9bda3d123ef48422fcefa887e Former-commit-id: 661da936e4adb134f848e80e9b24ed00b58ac1f7 Former-commit-id: a7cb81395237b400f3710342e41b6df7c3e60560 --- index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8b8bfb79..453ee30b 100755 --- a/index.html +++ b/index.html @@ -17,9 +17,15 @@ justify-content: center; align-items: center; flex-direction: column; - background: #8e9eab; + /* background: #8e9eab; background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab); - background: linear-gradient(to right, #eef2f3, #8e9eab); + background: linear-gradient(to right, #eef2f3, #8e9eab); */ + /* background: #4b6cb7; + background: -webkit-linear-gradient(to right, #182848, #4b6cb7); + background: linear-gradient(to right, #182848, #4b6cb7); */ + background: #757F9A; + background: -webkit-linear-gradient(to top, #D7DDE8, #757F9A); + background: linear-gradient(to top, #D7DDE8, #757F9A); } .title { color: #FFF;