Improve styling

This commit is contained in:
Erki Aas 2023-07-30 00:44:44 +03:00
parent f472b865cb
commit f93c3eb982
2 changed files with 22 additions and 4 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB