Labels changes according to options

This commit is contained in:
Mohan Pawar
2016-11-03 05:46:52 +00:00
parent 4065c3e61d
commit fba7358d8d
2 changed files with 7 additions and 7 deletions

View File

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