mirror of
https://github.com/besirkurtulmus/poi-animations.git
synced 2026-08-16 11:22:41 +02:00
52 lines
No EOL
805 B
CSS
52 lines
No EOL
805 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
.frame {
|
|
width: 854px;
|
|
height: 658px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin: -329px 0 0 -429px;
|
|
padding: 95px 20px 45px 34px;
|
|
overflow: hidden;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-ms-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.video-container {
|
|
width: 100%;
|
|
height: 480px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.dg.ac {
|
|
z-index: 100 !important;
|
|
top: 50px !important;
|
|
}
|
|
|
|
svg, text {
|
|
position: absolute;
|
|
z-index: 200;
|
|
}
|
|
|
|
video, canvas {
|
|
margin-left: 230px;
|
|
margin-top: 120px;
|
|
position: absolute;
|
|
}
|
|
|
|
body {
|
|
background-image: url("../img/geometry2.png");
|
|
background-repeat: repeat;
|
|
}
|
|
|
|
.footer {
|
|
margin-top: 640px;
|
|
} |