Browse Source

Added info footer

master
Denis Thiessen 3 months ago
parent
commit
2202a375ca
  1. 7
      public/index.html
  2. 12
      src/index.css

7
public/index.html

@ -43,5 +43,12 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<footer class="footer centered-text">
<ul>
<li><a href="https://denisthiessen.de/" class="black-color">Homepage</a></li>
<li><a href="https://denisthiessen.de/impressum/" class="black-color">Impressum</a></li>
<li><a href="https://denisthiessen.de/privacy/" class="black-color">Privacy Notice</a></li>
</ul>
</footer>
</body>
</html>

12
src/index.css

@ -41,4 +41,16 @@ li:before {
width: 100%;
display: flex;
justify-content: center;
}
footer ul li {
display: inline;
margin: 0.625rem 0.625rem 0 0;
white-space: nowrap;
}
footer {
max-width: 640px;
margin: 0 auto;
text-align: center;
}
Loading…
Cancel
Save