From fba7358d8d8efda6ddb514959effd3a71f2f39d9 Mon Sep 17 00:00:00 2001 From: Mohan Pawar Date: Thu, 3 Nov 2016 05:46:52 +0000 Subject: [PATCH] Labels changes according to options --- result/views/index.html | 10 +++++----- result/views/stylesheets/style.css | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/result/views/index.html b/result/views/index.html index 0b6713a..06e4e96 100644 --- a/result/views/index.html +++ b/result/views/index.html @@ -2,7 +2,7 @@ - Cats vs Dogs -- Result + Java vs .Net -- Result @@ -19,13 +19,13 @@
-
-
Cats
+
+
Java
{{aPercent | number:1}}%
-
-
Dogs
+
+
.Net
{{bPercent | number:1}}%
diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 6842773..6c371bc 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -88,12 +88,12 @@ body{ text-transform: uppercase; } -#choice .choice.dogs{ +#choice .choice.dotnet{ color: #00cbca; float: right; } -#choice .choice.cats{ +#choice .choice.java{ color: #2196f3; float: left; }