Commit 696ab514 authored by Taylor Otwell's avatar Taylor Otwell

make 503 page more consistent with welcome page

parent 45b779f8
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Be right back.</title> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css"> <title>Laravel</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
<!-- Styles -->
<style> <style>
html, body { html, body {
height: 100%; background-color: #fff;
color: #636b6f;
font-family: 'Raleway', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
} }
body { .full-height {
margin: 0; height: 100vh;
padding: 0;
width: 100%;
color: #B0BEC5;
display: table;
font-weight: 100;
font-family: 'Lato', sans-serif;
} }
.container { .flex-center {
text-align: center; align-items: center;
display: table-cell; display: flex;
vertical-align: middle; justify-content: center;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
} }
.content { .content {
text-align: center; text-align: center;
display: inline-block;
} }
.title { .title {
font-size: 72px; font-size: 84px;
margin-bottom: 40px;
} }
</style> </style>
</head> </head>
<body> <body>
<div class="container"> <div class="flex-center position-ref full-height">
<div class="content"> <div class="content">
<div class="title">Be right back.</div> <div class="title">
Be right back.
</div>
</div> </div>
</div> </div>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment