Paweł Łaba commited on
Commit
c1d22b0
·
1 Parent(s): ecea336

dodanie footer

Browse files
Files changed (2) hide show
  1. public/index.html +4 -0
  2. public/style.css +10 -0
public/index.html CHANGED
@@ -16,5 +16,9 @@
16
 
17
 
18
  <script src="./static/script.js?r=4" defer></script>
 
 
 
 
19
  </body>
20
  </html>
 
16
 
17
 
18
  <script src="./static/script.js?r=4" defer></script>
19
+
20
+ <footer>
21
+ <a href="public/games_data.json">nowe dane</a>
22
+ </footer>
23
  </body>
24
  </html>
public/style.css CHANGED
@@ -50,4 +50,14 @@ h1 {
50
  background-color: #f5f6fa;
51
  min-height: 100vh;
52
  margin: 0;
 
 
 
 
 
 
 
 
 
 
53
  }
 
50
  background-color: #f5f6fa;
51
  min-height: 100vh;
52
  margin: 0;
53
+ }
54
+
55
+ footer {
56
+ position: fixed;
57
+ bottom: 0;
58
+ left: 0;
59
+ width: 100%;
60
+
61
+ text-align: center;
62
+ padding: 10px;
63
  }