core: redesign website #11
18
default.css
18
default.css
@ -1,14 +1,7 @@
|
|||||||
/*
|
|
||||||
* base text: #006A67
|
|
||||||
* important text: #FFF4B7
|
|
||||||
* first background: #000B58
|
|
||||||
* second background: #003161
|
|
||||||
*/
|
|
||||||
/*
|
/*
|
||||||
* base text: #06CDFF
|
* base text: #06CDFF
|
||||||
* important text: #301E67
|
* important text: #301E67
|
||||||
* first background: #03001C
|
* background: #03001C
|
||||||
* second background: #
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -90,12 +83,13 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
width: 400px;
|
|
||||||
text-align: center;
|
|
||||||
margin: auto;
|
|
||||||
padding: 8px;
|
|
||||||
background: #03001C;
|
background: #03001C;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
|
color: #03001C;
|
||||||
|
margin: auto;
|
||||||
|
padding: 8px;
|
||||||
|
text-align: center;
|
||||||
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<a class="navItem" href="https://lab.trianta.dev/Trianta">Projects</a>
|
<a class="navItem" href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||||
</div>
|
</div>
|
||||||
<p style="font-size: 5.5rem;">TRIANTA</p>
|
<p style="font-size: 5.5rem;">TRIANTA</p>
|
||||||
<h1>An engineer creating solutions on current problems that enhance the future.</h1>
|
<p>An engineer <h1>creating solutions</h1> on <h1>current problems</h1> that <h1>enhance</h1> the future. </p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="second">
|
<div class="second">
|
||||||
|
Loading…
Reference in New Issue
Block a user