added lightmode for footer, box shadows for header and paddings for main element
This commit is contained in:
parent
d7093ad4f0
commit
d355176be1
3 changed files with 43 additions and 7 deletions
12
index.html
12
index.html
|
@ -17,7 +17,7 @@
|
|||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#home">Home</a>
|
||||
<a href="#">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#showcase">Showcase</a>
|
||||
|
@ -36,7 +36,7 @@
|
|||
<main>
|
||||
<section id="home">
|
||||
<div class="home-container">
|
||||
|
||||
<p>Software Developer</p>
|
||||
</div>
|
||||
</section>
|
||||
<section id="showcase">
|
||||
|
@ -58,10 +58,10 @@
|
|||
|
||||
<footer>
|
||||
<div class="links">
|
||||
<a href="#"><i class='fab fa-discord'></i></a>
|
||||
<a href="#"><i class="fa-brands fa-github"></i></a>
|
||||
<a href="#"><i class="fa-brands fa-git-alt"></i></a>
|
||||
<a href="#"><i class="fa-brands fa-steam"></i></a>
|
||||
<a href="https://discord.gg/APgmsfA9Ae"><i class='fab fa-discord'></i></a>
|
||||
<a href="https://github.com/pschwarzer20"><i class="fa-brands fa-github"></i></a>
|
||||
<a href="https://git.tarion.org/"><i class="fa-brands fa-git-alt"></i></a>
|
||||
<a href="https://steamcommunity.com/profiles/76561198119267753/"><i class="fa-brands fa-steam"></i></a>
|
||||
</div>
|
||||
<p>© 2025 Tarion. All rights reserved.</p>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue