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