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 @@