diff --git a/result/views/index.html b/result/views/index.html index 06e4e96..0b6713a 100644 --- a/result/views/index.html +++ b/result/views/index.html @@ -2,7 +2,7 @@ - Java vs .Net -- Result + Cats vs Dogs -- Result @@ -19,13 +19,13 @@
-
-
Java
+
+
Cats
{{aPercent | number:1}}%
-
-
.Net
+
+
Dogs
{{bPercent | number:1}}%
diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 6c371bc..6842773 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -88,12 +88,12 @@ body{ text-transform: uppercase; } -#choice .choice.dotnet{ +#choice .choice.dogs{ color: #00cbca; float: right; } -#choice .choice.java{ +#choice .choice.cats{ color: #2196f3; float: left; }