CoolFace
Apppublic

portal/codepen

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
back.html31 linesDownload Raw Back to root
1<!DOCTYPE html>2<html lang="en">3<head>4 5<style>6  .container {7  position: relative;8  overflow: hidden;9  width: 100%;10 11}12  .responsive-iframe {13  position: absolute;14  top: 0;15  left: 0;16  bottom: 0;17  right: 0;18  width: 100%;19  height: 100%;20}21    </style>22  </head>23  <body>24<div class="container">25<iframe height="500" style="width: 100%;" scrolling="yes" title="HTML/CSS Blank" src="https://codepen.io/johnsons531/embed/AYGmLZ?default-tab=html%2Cresult&editable=true" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">26 27</iframe>28</div>29 30  </body>31</html>