safesite/safesite/templates/eduvideoshow.html

6 lines
348 B
HTML

<div>
<div style="height:300px;width:100%;background-color:aqua"></div>
<div style="height:1000px;width:20%;background-color:antiquewhite;float:left"></div>
<div style="height:1000px;width:80%;background-color:blueviolet;float:right"></div>
<div style="margin-top:1000px;height:100px;width:100%;background-color:green"></div>
</div>