Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
De pagina is nu voorzien van een footer.
  • Loading branch information
jsikken authored Jun 10, 2024
1 parent 9c75601 commit 2baf554
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@
margin-left: 0;
margin-top: 20px;
}
}
footer {
text-align: center;
padding: 10px;
background-color: #f1f1f1;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
</style>
</head>
Expand Down Expand Up @@ -95,6 +104,13 @@ <h1><a href="https://roads-technology.nl/"><img src="./logo-rt.png" width="100"
<p>Druk op de foto om de applicatie te downloaden!</p>
<a href="./Roads-Tech-Kleurenwiel-v2.3.zip"><img src="./Roads Technology - Kleurenwiel-v2.2_foto.PNG" width="250" height="277" alt=""/></a>
</center></label>
<br>
<br>
<br>
<br>
<footer>
<p>Roads Technology Color Wheel © JSikken, 2024</p>
</footer>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 2baf554

Please sign in to comment.