updated styles.css
This commit is contained in:
parent
5b724d7c00
commit
4861dd760c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user