Update 500-error.html

This commit is contained in:
Jose Diaz-Gonzalez
2017-04-22 15:42:25 -06:00
committed by GitHub
parent 4194702442
commit c05ceb0aff

View File

@@ -11,7 +11,6 @@
font-family: arial, sans-serif;
margin: 0;
}
div {
position:absolute;
top: 50%;
@@ -19,7 +18,7 @@
transform: translateX(-50%) translateY(-50%);
}
p {
color: #666;
color: #eee;
}
</style>
</head>