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