Commit b147357f authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update meidling.css

parent 86a077e9
Pipeline #6961 passed with stage
in 7 seconds
/*
html,
body,
......@@ -232,16 +231,30 @@ button.cesium-infoBox-camera {
.credit {
width: 100px;
height: 100px;
width: 75px;
height: 75px;
overflow: hidden;
position: fixed;
z-index: 99999;
background: url(Images/hft.jpg) no-repeat;
background-size: 100px;
bottom: 70px;
background-size: 75px;
bottom: 0px;
left: 10px;
box-shadow: 0 0 10px 1px #000;
/* left: 5px;*/
box-shadow: 0 0 10px 1px #000;
}
.credit4 {
width: 75px;
height: 75px;
overflow: hidden;
position: fixed;
z-index: 99999;
background: url(Images/email.jpg) no-repeat;
background-size: 75px;
bottom: 80px;
left: 90px;
box-shadow: 0 0 10px 1px #000;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment