core: redesign website #11
22
default.css
22
default.css
@ -5,15 +5,15 @@
|
|||||||
* second background: #003161
|
* second background: #003161
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* base text: #4F6D7A
|
* base text: #06CDFF
|
||||||
* important text: #C0D6DF
|
* important text: #301E67
|
||||||
* first background: #DD6E42
|
* first background: #03001C
|
||||||
* second background: #E8DAB2
|
* second background: #
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
color: #006A67;
|
color: #06CDFF;
|
||||||
background: #003161;
|
background: #003161;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
@ -28,7 +28,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.first {
|
.first {
|
||||||
background: #000B58;
|
background: #003161;
|
||||||
}
|
}
|
||||||
|
|
||||||
.second {
|
.second {
|
||||||
@ -50,8 +50,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navItem {
|
.navItem {
|
||||||
color: #006A67;
|
color: #06CDFF;
|
||||||
background-color: #FFF4B7;
|
background-color: #301E67;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@ -86,7 +86,7 @@ h1 {
|
|||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 8px 1.5rem;
|
padding: 8px 1.5rem;
|
||||||
color: #FFF4B7;
|
color: #301E67;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -94,7 +94,7 @@ h2 {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background: #e6e9ef;
|
background: #003161;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -152,5 +152,5 @@ a.button {
|
|||||||
#pong {
|
#pong {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
background: #494d64;
|
background: #003161;
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<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>
|
||||||
<span>TRIANTA</span>
|
<p style="font-size: 5.5rem;">TRIANTA</p>
|
||||||
<h1>An engineer creating solutions on current problems that enhance the future.</h1>
|
<h1>An engineer creating solutions on current problems that enhance the future.</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user