Skip to content

Commit

Permalink
Carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
daanvr committed May 14, 2018
1 parent 4f7d319 commit b13bdf0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<button type="button" class="done_btn" onclick="document.getElementById('Photo-Big-Background').style.display = 'none'">Terug</button>
</div>

<!-- attempt at building a in map carousel -->
<div class="hovering-carousel" id="main-carousel">

</div>

<!-- loading jave script that manages interaction with the map -->
<script type="text/javascript" src="script.js"></script>
Expand Down
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ body {
margin: 0px;
}

.hovering-carousel {
position: fixed;
width: 100vw;
height: 100px;
bottom: 50px;
background-color: rgba(255, 255, 255, 0.5);
}


.Photo-Small {
/*vertical-align: middle;*/
vertical-align:text-bottom;
Expand Down

0 comments on commit b13bdf0

Please sign in to comment.