<div class="nikahyuk-mobile-frame">
  <iframe src="https://script.google.com/macros/s/AKfycbwbV9lDxXYP7tnkzJgz54aAocEuahKG5UQPVVbNJ1tHafJoWaqDdlimlnDTFXDHhgPc6A/exec" frameborder="0" allowfullscreen="">
  </iframe>
</div>

<style>
html,
body{
  margin:0;
  padding:0;
  width:100%;
  overflow-x:hidden;
  background:#f5ffff;
}

.nikahyuk-mobile-frame{
  width:100%;
  max-width:430px;
  height:calc(100vh - 40px);
  margin:20px auto;
  border-radius:32px;
  overflow:hidden;
  background:#ffffff;
  box-shadow:0 20px 50px rgba(0,0,0,0.18);
  border:10px solid #111;
  position:relative;
}

.nikahyuk-mobile-frame:before{
  content:"";
  position:absolute;
  top:8px;
  left:50%;
  transform:translateX(-50%);
  width:90px;
  height:22px;
  background:#111;
  border-radius:0 0 14px 14px;
  z-index:10;
}

.nikahyuk-mobile-frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
  background:#f5ffff;
}

/* TABLET */
@media(max-width:900px){
  .nikahyuk-mobile-frame{
    max-width:500px;
    height:calc(100vh - 20px);
    margin:10px auto;
  }
}

/* MOBILE */
@media(max-width:600px){

  html,
  body{
    height:100%;
    overflow:hidden;
  }

  .nikahyuk-mobile-frame{
    width:100%;
    max-width:100%;
    height:calc(100vh - 60px);
    margin:0;
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  .nikahyuk-mobile-frame:before{
    display:none;
  }
}

/* iPhone Safari */
@supports (-webkit-touch-callout:none){

  .nikahyuk-mobile-frame{
    height:88vh;
  }

  @media(max-width:600px){
    .nikahyuk-mobile-frame{
      height:88vh;
    }
  }
}
</style>
```

Tinggalkan Komentar

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *

Scroll to Top