Results site in .NET Core

This commit is contained in:
Elton Stoneman
2018-09-26 10:29:39 +01:00
parent 879e5bc477
commit 985af62bb1
14 changed files with 165 additions and 42 deletions

View File

@ -95,12 +95,12 @@ body {
text-transform: uppercase;
}
#choice .choice.dogs {
#choice .choice.resultb {
color: #00cbca;
float: right;
}
#choice .choice.cats {
#choice .choice.resulta {
color: #2196f3;
float: left;
}