Implement Guestbook Display + Mobile Display

This commit is contained in:
Evan G. 2024-04-21 17:58:09 -05:00
parent 8da3310285
commit 38f9f9e6f2
Signed by: fbievan
GPG key ID: 55FAB8CB6842F080
6 changed files with 75 additions and 34 deletions

View file

@ -3,8 +3,9 @@
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="readable.css">
<link rel="stylesheet" href="readable.css?v1.1.0">
<link rel="stylesheet" href="homepage.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<nav>
<a href="./index.html">Home</a>
@ -13,6 +14,8 @@
</nav>
<body>
<h1>Fbi's Epic Blog</h1>
</main>
<article>
<div class="articles">
<section>
<a href="./post1.html">
@ -33,5 +36,8 @@
This is amazing
</section>
</div>
<p>thank</p>
</article>
</main>
</body>
</html>