/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 30, 2018, 3:12:09 PM
    Author     : window5
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
} */
.animate .right-answer {
  position: absolute;
  left: -10%;
  width: 50%;
  bottom: 5%;
  z-index: 3;
  height: 50%;
  transition: all 0.2s ease-in;
  background: url('../images/right-answer.gif');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: myFirstFont;
}
.animate .wrong-answer {
  position: absolute;
  left: -10%;
  width: 50%;
  bottom: 6%;
  z-index: 3;
  height: 50%;
  transition: all 0.2s ease-in;
  background: url('../images/wrong-answer.gif');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: myFirstFont;
}
.d-none {
  display: none;
}

/*# sourceMappingURL=exercise.css.map */