/*
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');
@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;
  right: 10%;
  width: 20%;
  bottom: 5%;
  z-index: 3;
  height: 30%;
  transition: all 0.2s ease-in;
  background: url('../media/true.gif');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.animate .wrong-answer {
  position: absolute;
  right: 10%;
  width: 20%;
  bottom: 6%;
  z-index: 3;
  height: 30%;
  transition: all 0.2s ease-in;
  background: url('../media/wrong.gif');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.d-none {
  display: none;
}
/*# sourceMappingURL=exercise.css.map */