'created smparkinVaporWeb from template https://github.com/vapor/web-template'
This commit is contained in:
19
Public/styles/app.css
Normal file
19
Public/styles/app.css
Normal file
@@ -0,0 +1,19 @@
|
||||
body, html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
div.welcome {
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.welcome img {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 300px;
|
||||
}
|
||||
Reference in New Issue
Block a user