Skip to content

Commit

Permalink
added watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno authored Jan 24, 2024
1 parent 363bc65 commit e89be92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
body {
font-family: 'hbc', sans-serif;
}

.bottom-right-text {
text-align: right;
position: fixed;
bottom: 10px;
right: 10px;
color: #0303036e;
/* Text color */
}
</style>
<script src="lib/phaser.min.js"></script>
<!--L'ordine è importante, va prima inizializzato phaser e poi la nostra versione custom-->
Expand Down Expand Up @@ -44,6 +53,10 @@
<div id="game_area" style="text-align: center;"></div>

<!-- PROVA -->
<div class="bottom-right-text">
Alessandro Magnocavallo <br>
Student @ Design della Comunicazione - Politecnico
</div>
</body>

</html>

0 comments on commit e89be92

Please sign in to comment.