X Tutup
html, body, div, h1, h2, h3, h4, h5, h6, p, span, img, input, ul, li { margin: 0; padding: 0; } html, body { font-family: Arial, Helvetica; } p { width: 100%; position: absolute; bottom: 0; margin-bottom: 10%; font-size: 20px; color: #f7f7f7; text-align: center; } .container { width: 100%; max-width: 500px; height: 100%; margin: 0 auto; position: relative; overflow: hidden; } .page { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: none; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url(./bg.jpg); } .choose { } .pic-area { width: 100%; height: 0; padding-bottom: 120%; background-color: #f7f7f7; overflow: hidden; box-shadow: 0 2px 10px 2px rgba(255,255,255,0.6); } .pic-area img { -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } #files { width: 0; height: 0; opacity: 0; } .show-area { width: 60%; height: 0; padding-bottom: 72%; position: absolute; left: 50%; margin-left: -30%; margin-top: 25%; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 6px; box-shadow: 0 0 10px 2px rgba(255,255,255,0.6); }
X Tutup