diff --git a/about.html b/about.html index cd50469..85b1c45 100644 --- a/about.html +++ b/about.html @@ -2,6 +2,7 @@ + @@ -11,13 +12,21 @@ -

ABOUT ME

-
-
- + +
+

ABOUT ME

-
-
+
+
+
+ +
+
+

My name is Cat Meooww, I Started to develop at 13 years old. I Created some cool websites: like Minecraft Lists, Minecraft World Community, Minecraft Utilities. I Created some games too: Jumping Around, Survival Plains (still in development). Some Minecraft Mods: Crafty World. @@ -26,9 +35,9 @@

ABOUT ME

You can see that many of my projects are related to Minecraft, this is because it is my favourite game!

-

Also, visit me in Crafty Hub

-
-
+ Also, visit me in Crafty Hub +
+ \ No newline at end of file diff --git a/catmeoowwProjects.html b/catmeoowwProjects.html index 50ca5d6..b9a7a9c 100644 --- a/catmeoowwProjects.html +++ b/catmeoowwProjects.html @@ -12,11 +12,13 @@ -
- About CatMeooww10 +
-
+

CATMEOOWW10 WEB PROJECTS!


@@ -50,12 +52,16 @@

CATMEOOWW10 WEB PROJECTS!

src="otherSites/aicraft_bg.png" class="MCSites" width="300" height="200">

-
+

CATMEOOWW10 GAMES


-
+
View CatMeooww Games Page! + +
+
@CatMeooww @@ -64,6 +70,19 @@

CATMEOOWW10 GAMES

g = Math.floor(Math.random()*230) + 25; b = Math.floor(Math.random()*230) + 25; document.getElementById("catlabel").style.color = "rgb("+r+","+g+","+b+")"; + + function showGames(){ + visible = document.getElementById("showingGames").style.visibility; + if (visible == "hidden"){ + document.getElementById("showingGames").innerHTML = ""; + document.getElementById("showingGames").style.visibility = "visible"; + document.getElementById("showGames").innerHTML = "-"; + }else{ + document.getElementById("showingGames").innerHTML = ""; + document.getElementById("showingGames").style.visibility = "hidden"; + document.getElementById("showGames").innerHTML = "+"; + } + } diff --git a/index.html b/index.html index 3310da8..70d39c3 100644 --- a/index.html +++ b/index.html @@ -12,18 +12,23 @@ +

The Developer - CatMeooww10


-
+

My name is Cat Meooww, I am a developer of Minecraft mods, websites and games

-
+

My Projects

Minecraft Listing diff --git a/style.css b/style.css index ed104aa..1d545d0 100644 --- a/style.css +++ b/style.css @@ -7,12 +7,31 @@ body{ font-family: Minecraft; } +.menu{ + background-color: rgba(0, 0, 0, 0.500); + border: outset 5px rgba(0, 0, 0, 0.500); + text-align: center; + z-index: 10; + top: 0; + position: sticky; +} + +.menu:hover{ + background-color: rgba(0, 0, 0, 0.800); + padding: 5px; +} + .title{ color: #009000; text-shadow: 3px 3px 3px #007000; text-align: center; } +.titlecontainer{ + background-color: rgba(0, 0, 0, 0.500); + border: outset 5px rgba(0, 0, 0, 0.500); +} + #page{ background: linear-gradient(#0a0a1f 0%, #5656DA 100%); border: #5656DA ridge 5px; @@ -29,6 +48,7 @@ body{ height: 50px; background-color: #0000ff60; border: #aa00aa ridge 3px; + cursor: pointer; } .Projects:hover{ width: 500px;