diff --git a/index.css b/index.css index f568109..5084752 100644 --- a/index.css +++ b/index.css @@ -8,8 +8,22 @@ body { margin: 0; padding: 0; min-height: 100%; + position:relative; background-image: url(/star-catcher-astronaut-catching-stars-for-research-astronaut.jpg); background-size: cover; background-repeat: repeat-y; background-position: center +} + +.menu-container { + position: relative; + height:100%; + float:left; + width:100%; +} + +.menu-container ul { + display: block; + text-decoration: none; + } \ No newline at end of file diff --git a/index.html b/index.html index ef9b916..571ea93 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,16 @@ - + title -
+