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; }