Skip to content

Commit a957abe

Browse files
committed
Aggiunto logo-link che collega alla repository del progetto + Avviso di non disponibilità per smartphone
1 parent 0dc8abb commit a957abe

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

img/github-logo.png

1.53 KB
Loading

index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,14 @@
8686
<div id="riepilogo">
8787
<div id="title">Er Giochetto</div>
8888
<div id="description">Per muoverti usa le frecce direzionali (&#8593; e &#8595;).<br />
89-
Occhio all'audio &#128266;<br />
89+
Occhio all'audio &#128266;<br /><br />
90+
Non disponibile per Mobile.<br />
9091
<span id="counter-score"></span></div>
9192
<input type="button" name="button" id="button" value="Gioca">
93+
94+
<a href="https://github.com/LuigiImVector/ergiochetto.github.io" target="_blank">
95+
<img src="img/github-logo.png" alt="GitHub Logo" id="github-logo" />
96+
</a>
9297
</div>
9398

9499
<div id="score" class="contatore">

styles.css

+6
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ a, a:visited, a:hover {
120120
background-color: #ffffff;
121121
}
122122

123+
#github-logo {
124+
position: fixed;
125+
right: 3%;
126+
bottom: 3%;
127+
}
128+
123129
.contatore {
124130
position: relative;
125131
color: white;

0 commit comments

Comments
 (0)