cleanup CSS
This commit is contained in:
parent
7ba2b7ba79
commit
c24b264d8c
1 changed files with 3 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue