cleanup CSS

This commit is contained in:
Denis Lehmann 2021-08-24 12:34:03 +02:00
parent 7ba2b7ba79
commit c24b264d8c

View file

@ -12,6 +12,7 @@
#container {
left: 0px;
position: absolute;
text-align: center;
top: 50%;
transform: translateY(-50%);
width: 100%;
@ -21,17 +22,15 @@
bottom: 0px;
left: 0px;
position: absolute;
text-align: center;
width: 100%;
}
#question {
color: #52768a;
display: block;
font-family: serif;
font-size: 200%;
margin: 0px 20px 15px 20px;
text-align: center;
vertical-align: middle;
}
#new-question {
@ -41,12 +40,10 @@
a {
color: #bbb8ae;
display: block;
display: inline-block;
font-family: sans-serif;
padding: 10px;
text-align: center;
text-decoration: none;
vertical-align: middle;
}
</style>
</head>