rgl/typers/style.css
2021-11-23 16:37:05 -06:00

48 lines
632 B
CSS

.wrapper {
/* Text margin */
margin: auto;
width: 60%;
padding: 10px;
}
.correct {
color: green;
}
.incorrect {
color: red;
}
#quote {
text-align: center;
}
.text-align-center {
text-align: center;
}
.card {
border: 0.1rem solid #d1d1d1;
border-radius: .4rem;
padding: .6rem 1.0rem .7rem;
margin-bottom: 1.5rem;
word-wrap: break-word;
white-space: pre-wrap;
}
.inline {
display: inline-block;
}
.card + .card {
margin-left: .75rem;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
margin-bottom: 10px;
}