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