From 4861dd760c26a931cf1c2c000a8fed68f874071f Mon Sep 17 00:00:00 2001 From: simoon Date: Tue, 11 Jan 2022 16:47:31 +0100 Subject: [PATCH] updated styles.css --- static/styles.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/static/styles.css b/static/styles.css index fa6acd4..becbaa2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,7 +1,3 @@ - * { - /*border: 1px solid red; */ - } - body { background-image: radial-gradient(cornflowerblue, ghostwhite); height: 100%; @@ -43,7 +39,6 @@ label { } input#metadata { -/* background-color: ghostwhite;*/ border: 1px solid grey; margin-right: 1em; margin-left: 1em; @@ -70,14 +65,9 @@ span.field-heading { border-radius: 1em; color: black; border: 1px solid black; - /*background-color: cornflowerblue;*/ padding-left: 6px; } -/*.container-fluid { - padding-left: 0px; -}*/ - div.iframe { width: 50%; height: 600px; @@ -86,7 +76,6 @@ div.iframe { } object { -/* border: 3px solid hotpink;*/ width: 100%; height: 100%; } @@ -121,7 +110,6 @@ nav.navbar a { hr.line { margin: 1rem 0; color: black; - /*background-color: currentColor;*/ opacity: 1; } @@ -135,12 +123,10 @@ hr.line { /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */ .flip-card { - /*display: block;*/ background-color: transparent; margin: auto; margin-top: 1rem; margin-bottom: 2rem; -/* text-align: center;*/ filter: drop-shadow(1rem 1rem 10px cornflowerblue); width: 300px; height: 200px; @@ -150,6 +136,7 @@ hr.line { /* This container is needed to position the front and back side */ .flip-card-inner { position: relative; + border: 1px solid black; width: 100%; height: 100%; text-align: center;