mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-29 12:32:09 +01:00
added header links
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user