From 72085ac33a456d1e1e0107cf29b526645c407c94 Mon Sep 17 00:00:00 2001 From: llan Date: Fri, 20 Jan 2017 12:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=8F=98=E7=A0=96=E5=9D=97=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.css | 6 +++--- index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index 3a1cb97..a663147 100644 --- a/index.css +++ b/index.css @@ -17,7 +17,7 @@ body { border: 1px; width: 19px; height: 19px; - background: red; + background: linear-gradient(70deg, indianred, white); position: absolute; } @@ -26,7 +26,7 @@ body { width: 19px; height: 19px; position: absolute; - background-color: gray; + background: linear-gradient(70deg, grey, white); } #next { @@ -37,7 +37,7 @@ body { border: 1px; width: 19px; height: 19px; - background: burlywood; + background: linear-gradient(70deg, #37378c, white); position: absolute; } diff --git a/index.html b/index.html index f8113fe..b0abf43 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Document + Tetris