PHP Classes

File: css/style.css

Recommend this page to a friend!
  Classes of Martijn Waeyenbergh   PHP Quiz Questions and Answers   css/style.css   Download  
File: css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Quiz Questions and Answers
Present quizzes using INI configuration files
Author: By
Last change:
Date: 2 years ago
Size: 514 bytes
 

Contents

Class file image Download
.wrapper{ width:50%; margin: 0 auto; min-height:250px; } .question{ background-color: #eee; padding: 25px; display: block; } .answer{ display: block; height: 100px; width: 20%; float: left; border: 2px solid black; margin-right: 4%; text-align: center; text-decoration: none; font-size: 17pt; line-height: 97px; } .answer:hover{ background-color: #aaa; } .result{ background-color: orange; font-size: x-large; }