Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions guest-book.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@
<span id="month"></span>
</div>

<!-- Sliding footer wrapper -->
<div class="footer-wrapper">
<div>
<footer id="new-footer" class="site-footer">
<div class="footer-content">
<div class="footer-col">
<h3 class="footer-title">Footer</h3>
<p class="footer-text">Перетащите скролл к самому низу и тяните дальше — футер будет плавно появляться.</p>
</div>
</div>
</footer>
</div>
</div>

<script src="js/guest-book.js"></script>

</body>
Expand Down
Loading