hatchyt
Version:
Hatch your next idea.
41 lines (40 loc) • 679 B
CSS
.thumbnail {
width: 200px;
height: 150px;
overflow: visible;
position: relative;
}
.thumbnail>iframe {
transform: scale(0.25, 0.25);
height: 600px;
width: 800px;
border: none;
position: absolute;
top: -225px;
left: -300px;
margin: 0;
pointer-events: none;
box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.5);
}
table {
border-spacing: 10px;
border-collapse: collapse;
width: 100%;
margin: 0 30px;
text-align: left;
}
form>* {
vertical-align: top;
}
.update-banner {
position: fixed;
top: 0;
left: 0;
text-align: center;
width: 100%;
height: 35px;
background-color: #f00;
line-height: 35px;
font-size: 24px;
font-weight: 500;
}