Skip to content
Snippets Groups Projects
Select Git revision
  • 697e237d0d4585b39e146e456672637749fd03a4
  • master default protected
2 results

buttonLayout.css

Blame
  • Forked from SOFT Core / SOFT 260 / React Redux Starter Code
    Source project has a limited visibility.
    buttonLayout.css 916 B
    .title{
        font-size: 1.5em;
        width: 50%;
        left: 10em;
        right: 10em;
    }
    .score{
        font-size: 1.5em;
        width: 50%
    }
    .redbutton{
        background-color: #f44336;
        border: none;
        width: 50%;
        height: 20em;
    }
    .redlit{
        background-color: #f44336;
        border: #ffffff;
        width: 50%;
        height: 20em;
    }
    .bluebutton{
        background-color: #008CBA;
        border: none;
        width: 50%;
        height: 20em;
    }
    .bluelit{
        background-color: #008CBA;
        border: #ffffff;
        width: 50%;
        height: 20em;
    }
    .yellowbutton{
        background-color: #ffff00;
        border: none;
        width: 50%;
        height: 20em;
    }
    .yellowlit{
        background-color: #ffff00;
        border: #ffffff;
        width: 50%;
        height: 20em;
    }
    .greenbutton{
        background-color: #4CAF50;
        border: none;
        width: 50%;
        height: 20em;
    }
    .greenlit{
        background-color: #4CAF50;
        border: #ffffff;
        width: 50%;
        height: 20em;
    }