diff --git a/Exercise 1/home.html b/Exercise 1/home.html index 9c5ab95a0969d1ab88271e52d567af7569418116..8c43438982d5484561c6739677546569bf06dc78 100644 --- a/Exercise 1/home.html +++ b/Exercise 1/home.html @@ -10,7 +10,7 @@ </head> <body> -<div> +<div id="home-div"> <img src="image5-small.jpg"> </div> diff --git a/Exercise 1/style.css b/Exercise 1/style.css index 88291dabc110a044ca920c784418f63e84265a15..ba56f9eedda8c727346366a5be2ccbb4fab017e7 100644 --- a/Exercise 1/style.css +++ b/Exercise 1/style.css @@ -2,10 +2,26 @@ width: 150px; } +.ui-menu a { + text-decoration: none; +} + +.menu-container { + margin-top: 10px; +} + .wrapper { display: flex; } +#home-div { + border-style: solid; + border-color: black; + width: 800px; + height: 500px; + +} + #sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }