Improve styling
This commit is contained in:
parent
f472b865cb
commit
f93c3eb982
@ -25,7 +25,7 @@
|
||||
body {
|
||||
min-height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
img.logo {
|
||||
@ -35,11 +35,29 @@
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#container {
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.table {
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container"></div>
|
||||
<body >
|
||||
<div class="wrapper">
|
||||
<div class="header">
|
||||
<img class="logo" src="logo.jpg">
|
||||
<h1>Wildduck aliases</h1>
|
||||
</div>
|
||||
<div id="container"></div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
BIN
public/logo.jpg
Normal file
BIN
public/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user