From 61b4ec96d8e2e321354f60d7459f910416cda4ce Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Fri, 31 May 2019 18:50:47 +0700 Subject: Updated Dashboard Product list Styling] --- dashboard/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/dashboard/index.html b/dashboard/index.html index c16dcd0..2c92305 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -50,11 +50,39 @@ align-content: center; align-items: center; } + #signout { + position: absolute; + top: 25px; + right: 25px; + } + #cart { + position: absolute; + top: 25px; + right: 105px; + } + .singleProduct { + width: 250px; + border: solid 1px #333; + padding: 20px; + border-radius: 5px; + margin: 10px; + display: inline-block; + } + .productImage { + width: 210px; + height: 210px; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + }
Some text some message..
+

Firebase ECommerce

+ +
-- cgit v1.2.3