diff --git a/src/app/header/header.component.html b/src/app/header/header.component.html index 3b2a763..f297f86 100644 --- a/src/app/header/header.component.html +++ b/src/app/header/header.component.html @@ -1,6 +1,6 @@
-

Ipv4 Converter

+

Ipv4 Converter

{{toggleText}}
diff --git a/src/app/header/header.component.ts b/src/app/header/header.component.ts index 1097526..805b383 100644 --- a/src/app/header/header.component.ts +++ b/src/app/header/header.component.ts @@ -13,6 +13,15 @@ export class HeaderComponent implements OnInit { + } + + onMouseEnter(hover: HTMLElement) { + hover.style.color = "red"; + + } + onMouseOut(hover: HTMLElement) { + hover.style.color = "black"; + } stylemode() { switch (this.toggle) { diff --git a/src/app/output/output.component.html b/src/app/output/output.component.html index 9db47f4..c2e4fa7 100644 --- a/src/app/output/output.component.html +++ b/src/app/output/output.component.html @@ -1,54 +1,56 @@ -
- -
-

-

-

-

+
+
+ +
+

+

+

+

+
-
-
- -
-

-

-

-

+
+ +
+

+

+

+

+
-
-
- -
-

-

-

-

+
+ +
+

+

+

+

+
-
-
- -
-

-

-

-

+
+ +
+

+

+

+

+
-
-
- -
-

-

-

-

+
+ +
+

+

+

+

+
-
-
- -
-

-

-

-

+
+ +
+

+

+

+

+
\ No newline at end of file diff --git a/src/app/output/output.component.scss b/src/app/output/output.component.scss index ad19958..939f338 100644 --- a/src/app/output/output.component.scss +++ b/src/app/output/output.component.scss @@ -14,6 +14,7 @@ margin-left: 5px; margin-right: 5px; + } .label { @@ -25,8 +26,4 @@ .outlabel { width: 20px; margin-right: 100px; -} - -body { - background-color: black; } \ No newline at end of file