vendredi 27 avril 2018

Make a navigation from footer to header on my website

I want to create a website with reversed navigation.

You start from footer and you climb to header at the end of the website.

If it's possible I would only use CSS and Javascript (jQuery)

Navigation example

My code structure :

<body>
    <div class="end"></div>
    <div class="middle"></div>
    <div class="start"></div>
</body>




Aucun commentaire:

Enregistrer un commentaire