Line 1: | Line 1: | ||
[public] | [public] | ||
<html> | <html> | ||
− | <div> | + | <style> |
− | <div id="carousel" style="min-width: | + | .carouselContainer { min-height: 400px; padding: 5px 0 5px 0; } |
− | <div style="min-width: | + | </style> |
+ | <div style='border: 3px solid #3f7dbd; background: #3f7dbd;'> | ||
+ | <div id="carousel" style="min-width:400px;width:69%;display:inline-block;"></div> | ||
+ | <div style="min-width:160px;width:30%;display:inline-block;"><iframe src="https://calendar.google.com/calendar/b/2/embed?height=400&wkst=1&bgcolor=%233f7dbd&ctz=America%2FEdmonton&src=dWFsYmVydGEuY2FfYjYzcDdtOG4zaDVlOW00NzRwajB1a21lOXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%237986CB&showPrint=0&showTitle=0&mode=AGENDA&showNav=1&showDate=1&showTz=1" style="border-width:0" width="100%" height="390" frameborder="0" scrolling="no"></iframe></div> | ||
</div> | </div> | ||
<script type="text/javascript"> | <script type="text/javascript"> |