A simple to use flashcards web app written in Node.JS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

44 lines
694 B

@import url(http://fonts.googleapis.com/css?family=Fondamento);
body, #question, #answer{
font-family:Fondamento,cursive;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
max-height: 100%;
max-width: 100%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#options {
position: absolute;
z-index: 100;
top: 0;
}
.button {
z-index: 200;
}
#question, #answer {
text-align: center;
position: absolute;
top: 0;
left: 0;
}
#answer {
display: none;
}
.text {
top: 50%;
margin: 0;
padding: 0;
}