Implement Guestbook Display + Mobile Display
This commit is contained in:
parent
8da3310285
commit
38f9f9e6f2
6 changed files with 75 additions and 34 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue