Refactored css and html file.

This commit is contained in:
douwe
2025-08-06 19:03:31 +02:00
parent 2479809316
commit 1d1e348085
5 changed files with 199 additions and 210 deletions

View File

@@ -6,23 +6,10 @@
<html>
<body>
<div style="
margin-left: 50px;
display: flex;
align-items: center;
flex-direction: row;
align-content: center;">
<img src="../static/img/douwco_logo.png" alt="douwco_logo" style="
width:150px;
height: 150px;
margin-right: 50px;">
<h1 style="
font-family: righteous;
font-size: 120px;">
douwco</h1>
</div>
<div class="title_div">
<img src="../static/img/douwco_logo.png" alt="douwco_logo">
<h1>douwco</h1>
</div>
</body>
</html>