diff --git a/Icons/Github.png b/Icons/Github.png new file mode 100644 index 0000000..83ac0bd Binary files /dev/null and b/Icons/Github.png differ diff --git a/about.html b/about.html index cf7d790..cc412fa 100644 --- a/about.html +++ b/about.html @@ -19,10 +19,13 @@

ABOUT ME

-

My name is Cat Meooww, I Started to develop at 13 years old. I Created some +

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. And I pretent to create a lot of other thing in the future!

+
+

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

diff --git a/index.html b/index.html index 4eb7e79..6835762 100644 --- a/index.html +++ b/index.html @@ -52,10 +52,12 @@

My Projects

























-
+

Social Media

+ +
diff --git a/style.css b/style.css index eef92c6..eaf7056 100644 --- a/style.css +++ b/style.css @@ -8,30 +8,30 @@ body{ } .title{ - color: forestgreen; - text-shadow: 3px 3px 3px green; + color: #009000; + text-shadow: 3px 3px 3px #007000; } #page{ background: linear-gradient(#0a0a1f 0%, #5656DA 100%); border: #5656DA ridge 5px; height:720px; - color:aliceblue; + color:#ddeeff; } #catmeowdiv{ - border-right: aliceblue 1px solid; + border-right: #ddeeff 1px solid; } .Projects{ width: 500px; height: 50px; - background-color: rgba(0, 0, 255, 0.400); - border: purple ridge 3px; + background-color: #0000ff60; + border: #aa00aa ridge 3px; } .Projects a{ - color:aqua; + color:#00ffff; font-size: 20px; } @@ -41,8 +41,10 @@ body{ .media{ width: 50px; + height: 50px; + border: 2px outset #5656DA; } .MCSites{ - border: goldenrod ridge 5px; + border: #eeaa10 ridge 5px; } \ No newline at end of file