From f0100d1bf7c420ee9cf196390241b0a602ab4910 Mon Sep 17 00:00:00 2001 From: Tobias Gabelunke Date: Tue, 14 Jul 2020 12:38:05 +0200 Subject: [PATCH] added some comments to code --- src/app/app.component.css | 2 +- src/app/app.component.html | 4 +++- src/app/app.component.ts | 25 +++++++++++-------------- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/app/app.component.css b/src/app/app.component.css index b35968f..6797c52 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -11,7 +11,7 @@ font-size: 1em; } -/* show curso position on link */ +/* show cursor position on link */ .nav a:hover:not(.active) { font-size: 1.1em; } diff --git a/src/app/app.component.html b/src/app/app.component.html index ffb269f..6f068bc 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -29,6 +29,7 @@