mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
major cleanup
This commit is contained in:
@@ -28,9 +28,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="contentPush"></div>
|
<div class="contentPush"></div>
|
||||||
<p>
|
<p>
|
||||||
<b>
|
<b>This site is owned and maintained by Nihaal Sharma.<br>My Projects</b><br>
|
||||||
This site is owned and maintained by Nihaal Sharma.<br>
|
|
||||||
My Projects</b><br>
|
|
||||||
<b>├─</b><a href="https://neon443.github.io/eaglercraft152/">eaglercraft152</a> - Minecraft 1.5.2<br>
|
<b>├─</b><a href="https://neon443.github.io/eaglercraft152/">eaglercraft152</a> - Minecraft 1.5.2<br>
|
||||||
<b>├─</b><a href="https://neon443.github.io/eaglercraftX188/">eaglercraftX188</a> - Minecraft 1.8.8<br>
|
<b>├─</b><a href="https://neon443.github.io/eaglercraftX188/">eaglercraftX188</a> - Minecraft 1.8.8<br>
|
||||||
<b>├─</b><a href="https://neon443.github.io/webEPK/">webEPK</a><br>
|
<b>├─</b><a href="https://neon443.github.io/webEPK/">webEPK</a><br>
|
||||||
@@ -43,5 +41,6 @@
|
|||||||
<b>├─</b><a href="https://neon443.github.io/slope/">Slope</a><br>
|
<b>├─</b><a href="https://neon443.github.io/slope/">Slope</a><br>
|
||||||
<b>├─</b><a href="https://neon443.github.io/sandspiel/">Sandspiel</a><br>
|
<b>├─</b><a href="https://neon443.github.io/sandspiel/">Sandspiel</a><br>
|
||||||
<b>└─</b><a href="https://neon443.github.io/sandboxels/">Sandboxels</a><br><br>
|
<b>└─</b><a href="https://neon443.github.io/sandboxels/">Sandboxels</a><br><br>
|
||||||
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -27,13 +27,12 @@
|
|||||||
font-family: system-ui;
|
font-family: system-ui;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
color: #222;
|
color: #222;
|
||||||
|
|
||||||
}
|
}
|
||||||
b {
|
b {
|
||||||
color: #ff6200
|
color: #ff6200;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #007AFF
|
color: #007aff;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
@@ -61,7 +60,6 @@
|
|||||||
|
|
||||||
.contentPush {
|
.contentPush {
|
||||||
height: 65px;
|
height: 65px;
|
||||||
positon: fixed;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,7 +73,6 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
|
|
||||||
-webkit-backdrop-filter: blur(2.5px);
|
-webkit-backdrop-filter: blur(2.5px);
|
||||||
-moz-backdrop-filter: blur(2.5px);
|
-moz-backdrop-filter: blur(2.5px);
|
||||||
backdrop-filter: blur(2.5px);
|
backdrop-filter: blur(2.5px);
|
||||||
@@ -156,7 +153,6 @@
|
|||||||
.barItem a:hover {
|
.barItem a:hover {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
color: #111;
|
color: #111;
|
||||||
|
|
||||||
-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
|
-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
|
||||||
-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
|
-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
|
||||||
box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
|
box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
|
||||||
@@ -164,5 +160,4 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user