<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#css_quiz {

  background: url(img/bg_css_quiz.jpg) no-repeat top right;
  
}



#txt {

  border: none;
  
  font-size: 2em;
  
  border: 0;
  
}

#share { display: none; }

/* #badge { display: none; } */

#badge {

  background: url(img/css_quiz.jpg) no-repeat top left; 
  
  height: 147px;  width: 335px;
 
}

#badge_results { 

  display: block; 
  
  padding-left: 125px;
  
  padding-top: 44px;
  
  font-weight: normal;
  
  font-family: Times New Roman, Arial; 
  
  font-size: 45px; 
  
  color: #fff;
  
}


#more_quizzes {

  background: #efefef;
  
  padding: 1em;
  
  margin-top: 1em;
}</pre></body></html>