diff --git a/games.html b/games.html new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index 8b13789..dbacd72 100644 --- a/index.html +++ b/index.html @@ -1 +1,24 @@ + + + + Retro City + + + + +
+

Retro City

+ +
+

Home

+
+

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.

+
+ + diff --git a/sketch.js b/sketch.js new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..2144498 --- /dev/null +++ b/style.css @@ -0,0 +1,57 @@ +body{ + margin: 0; + padding: 0; + background-color:rgb(86, 105, 110); + font-family: sans; +} + +/* Header Bar */ +#logo{ + float:left; + color: red; + margin: inherit; + margin-top: 5px; + text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white; +} + +#title{ + color: red; + text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white; + text-align: center; + margin: 0; + margin-top: 15px; +} + +.nav li{ + display: inline; + margin: .3em; +} +.nav ul{ + background-color: black; +} +.nav a{ + color: white; + font-size: 30px; + border-bottom: dotted 2px white; + text-decoration: none; +} +.nav a:hover{ + color: red; + +} +.nav{ + margin: 0; + background-color: black; + height: 50px; + text-align: right; + padding-right: 2em; + padding-top: 5px; + border-bottom: solid red 4px; +} + +/* Content */ +.content{ + margin: 1em; + background-color: white; + height: 100%; +} diff --git a/system.html b/system.html new file mode 100644 index 0000000..e69de29