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