add java thing
This commit is contained in:
parent
bc22f8c214
commit
61e6ac91db
1 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,12 @@
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rainbow {
|
||||||
|
background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
//text-transform: uppercase;
|
//text-transform: uppercase;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -85,6 +91,7 @@
|
||||||
<li><a href="https://colean.cc">@mothersite</a></li>
|
<li><a href="https://colean.cc">@mothersite</a></li>
|
||||||
<hr style="border-top: none;">
|
<hr style="border-top: none;">
|
||||||
<li><a href="proj/wolfystein.html">@Wolfystein3D</a></li>
|
<li><a href="proj/wolfystein.html">@Wolfystein3D</a></li>
|
||||||
|
<li><a href="proj/java.html">@javagreaterthancpp</a><span class="rainbow">(epilepsy warning!)</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Reference in a new issue