From 5735aae18ba0c24d9f79761b7f7660a6aa99c98e Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Tue, 19 Nov 2019 15:57:48 -0800 Subject: [PATCH 1/2] web page updates * added a bulleted feature list (easier to see features) * added more demos (with index list - better to list than have nothing) * tune down add/remove buttons * Why use section --- index.html | 104 +++++++++++++++++++++++++---------------------------- 1 file changed, 49 insertions(+), 55 deletions(-) diff --git a/index.html b/index.html index c39953701..46c3e6d34 100644 --- a/index.html +++ b/index.html @@ -35,20 +35,18 @@ .grid-stack-item { border: 0; } - - #demo h1, - #getStarted h1 { - font-size: 3rem; + h1 { + text-align: center; + font-size: 3rem; + margin-top: 2rem; + margin-bottom: 1.5rem; } - .card { background: none; } - section { padding: 0 15px 0 15px; } - .grid-stack-item-removing { opacity: 0.8; filter: blur(5px); @@ -61,7 +59,13 @@ .logo { display: inline; margin-right: 15px; - } + } + #trash { + background-color: #cc6857 ; + } + .newWidget { + background-color: #6cad84 ; + } @@ -110,21 +114,12 @@ >Examples