From 24b44ef8205614628f6227a00ec3851d2fef3cc8 Mon Sep 17 00:00:00 2001 From: Fufiri <48498367+Fufiri@users.noreply.github.com> Date: Mon, 7 Dec 2020 17:40:45 +0100 Subject: [PATCH] minor fixes --- Exercise 1/home.html | 2 +- Exercise 1/style.css | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Exercise 1/home.html b/Exercise 1/home.html index 9c5ab95..8c43438 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 88291da..ba56f9e 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%; } -- GitLab