i hate css

This commit is contained in:
2024-03-28 02:17:44 +02:00
parent 232e8e1a92
commit b45ab7aef5
6 changed files with 28 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
<title>placeholder</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/css/global.css">
<link rel="stylesheet" href="/static/css/index.css">
</head>
@@ -34,8 +35,14 @@
<div class="box" id="content-pane">
<p>{{placeholder}}</p>
<div class="post">
<img class="post-img" src="/static/assets/uwu.jpg" alt="post img">
<h3 class="post-title">Title text</h3>
<h5 class="post-desc">Description text</h5>
</div>
</div>
</div>