started blog post design

This commit is contained in:
bendwit 2025-06-23 16:17:06 +02:00
parent c05a6934bd
commit e8ddc0ed6c
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog Post Card</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="blog-post-card">
</div>
</body>
</html>

View file

@ -0,0 +1,3 @@
.blog-post-card {
}