diff --git a/PongP5JS b/PongP5JS new file mode 160000 index 0000000..5aeddfb --- /dev/null +++ b/PongP5JS @@ -0,0 +1 @@ +Subproject commit 5aeddfb1427bc46eb5a6fe574b3321ebc39c9028 diff --git a/games.html b/games.html index e69de29..09f5b53 100644 --- a/games.html +++ b/games.html @@ -0,0 +1,43 @@ + + + + Retro City + + + + +
+ +
+

Retro City

+ +
+ + +
+

catagories

+ +
+ + +
+

About

+
+ p{} +
+
+
+ + + + + diff --git a/index.html b/index.html index dbacd72..72277ad 100644 --- a/index.html +++ b/index.html @@ -6,18 +6,37 @@ +
+

Retro City

-

Home

+ + +
+

catagories

+ +
+ +
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Praesentium ratione ipsum, vero inventore quam sunt sint architecto similique aliquid alias pariatur recusandae autem tempora minima iure rerum sit minus illum quis quos eos cupiditate commodi magni accusamus! Ipsam doloremque, sapiente doloribus veniam maxime tempore vero a dignissimos in inventore maiores reprehenderit quo dolor dolorem commodi odit voluptates quas perspiciatis molestias magnam ab corporis laborum ratione quidem qui. Voluptas veritatis dolor inventore eligendi minus rerum nisi explicabo reprehenderit! Esse voluptatem, quos, facere quas animi tenetur repellendus consectetur similique, recusandae dolore voluptas deserunt eveniet optio nisi veniam! Voluptas hic, pariatur vero ullam.

+

About

+
+ p{} +
+
+
+ + diff --git a/style.css b/style.css index 2144498..e271f85 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,7 @@ -body{ +html, body{ margin: 0; padding: 0; + height: 100%; background-color:rgb(86, 105, 110); font-family: sans; } @@ -53,5 +54,66 @@ body{ .content{ margin: 1em; background-color: white; + border: solid black; + margin-right: 14em; +} + +/* Catagories */ +.catagories{ + float: right; + width: 12em; + height: 5em; + background-color: white; + margin: 1em; + border: solid black; + padding-bottom: 2em; +} + +.catagories a{ + text-decoration: none; + height: 95%; + color: black; + border-bottom: dashed black 1px;; +} + +.catagories a:hover{ + border-bottom: solid red 1px; +} + +.catagories li{ +} + +.catagories ul{ + list-style-type: none; +} + +.titles{ + color: red; + text-shadow: 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black; + text-align: center; +} + +.text{ + margin: 1em; + padding: 1em; + background-color: midnightblue; + color: white; +} + +.footer{ + background-color: black; + border-top: solid red; + display: fixed; + bottom: 0; + color: grey; + font-size: 10px; + margin: 0; +} +.footer p,a{ + margin: 0; + padding: 5px; +} +.wraper{ + min-height: 100%; height: 100%; } diff --git a/system.html b/system.html index e69de29..e2e5913 100644 --- a/system.html +++ b/system.html @@ -0,0 +1,43 @@ + + + + Retro City + + + + +
+ +
+

Retro City

+ +
+ + +
+

catagories

+ +
+ + +
+

About

+
+ p{} +
+
+
+ + + + +