core: redesign website #11
@ -26,13 +26,17 @@ canvas {
|
|||||||
padding: 6px;
|
padding: 6px;
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navBarLeft {
|
#navBarLeft {
|
||||||
|
color: #fe640b;
|
||||||
|
text-shadow:1px 1px 10px #fe640b;
|
||||||
float: left;
|
float: left;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navItem {
|
.navItem {
|
||||||
@ -44,6 +48,7 @@ canvas {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 2px solid #4c4f69;
|
border: 2px solid #4c4f69;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top {
|
#top {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="navigation">
|
<div id="navigation">
|
||||||
<p id="navBarLeft" style="color: #fe640b; text-shadow:1px 1px 10px #fe640b;">Trianta</p>
|
<p id="navBarLeft">Trianta</p>
|
||||||
<a class="navItem" href="https://www.github.com/trimutex">GitHub</a>
|
<a class="navItem" href="https://www.github.com/trimutex">GitHub</a>
|
||||||
<a class="navItem" href="https://lab.trianta.dev/Trianta">Projects</a>
|
<a class="navItem" href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user