added header links

This commit is contained in:
DerTyp187
2021-11-10 08:43:43 +01:00
parent 7c48c1d527
commit 0423b92c2b
2 changed files with 33 additions and 1 deletions

View File

@@ -22,6 +22,31 @@ body header h1{
letter-spacing: 5.5px;
}
body header div{
float: right;
margin-top: -25px;
margin-right: 100px;
}
body header div a{
letter-spacing: 1.5px;
padding-right: 30px;
cursor:pointer;
transition: 0.1s;
transition-timing-function: linear;
font-weight: bold;
}
body header div a:hover{
color:rgb(226, 4, 255);
text-decoration: underline;
}
body main #main-content{
background-color: rgb(26, 26, 29);
width: 700px;

View File

@@ -19,7 +19,14 @@
<header>
<h1>TealFire</h1>
<div></div>
<div>
<a>Python</a>
<a>C#</a>
<a>C++</a>
<a>C</a>
<a>Java</a>
<a>JavaScript</a>
</div>
</header>
<main>
<div id="main-content">