From 5f8e0242943541fb7560bc7511fc570793817b5a Mon Sep 17 00:00:00 2001 From: Tobias Gabelunke Date: Wed, 8 Jul 2020 09:16:18 +0200 Subject: [PATCH] added some comments in app.component.html and css --- src/app/app.component.css | 3 +++ src/app/app.component.html | 47 ++++++++++++++++++++------------------ 2 files changed, 28 insertions(+), 22 deletions(-) diff --git a/src/app/app.component.css b/src/app/app.component.css index 6812812..49e8e42 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -1,3 +1,4 @@ +/* size and position of the sidebar */ .sidebar { width: 150px; position: relative; @@ -11,10 +12,12 @@ font-size: 1em; } +/* show curso position on link */ .nav a:hover:not(.active) { font-size: 1.15em; } +/* show content beneath sidebar */ .content { position: relative; float: right; diff --git a/src/app/app.component.html b/src/app/app.component.html index c7d0a40..62c3f62 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,37 +1,40 @@
+ +