diff --git a/html/index.html b/html/index.html index 8d1a75f..d27adba 100644 --- a/html/index.html +++ b/html/index.html @@ -9,7 +9,7 @@
- +

diff --git a/html/style.css b/html/style.css index c204799..fa989a4 100644 --- a/html/style.css +++ b/html/style.css @@ -12,9 +12,14 @@ align-items: center; } +img{ + height: 70px; /* logo height */ + width: 70px; /* logo width */ +} + h1{ margin: 0; - transform: translateY(-10px); /* This is distance between logo and id [-value = shorter distance], [value = longer distance] */ + transform: translateY(5px); /* This is distance between logo and id [-value = shorter distance], [value = longer distance] */ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 800; color: white; /* color of ID text */