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 a313fefd639314db9899d5c675528f0cf44d11c5..b2079fe107a07e3571f26fa3b82412138ba2957b 100644 --- a/Exercise 1/style.css +++ b/Exercise 1/style.css @@ -11,6 +11,14 @@ margin-top: 20px; } +#home-div { + border-style: solid; + border-color: black; + width: 800px; + height: 500px; + +} + #sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }