Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Pet Post</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <div class="post-container">
- <div class="post-header">
- <div class="avatar"></div>
- <div class="post-user-info">
- <strong>Diyan Kalaydzhiev</strong>
- <span>Bansko, Bulgaria</span>
- </div>
- </div>
- <div class="post-image">
- <img src="axolotl.jpg" alt="Axolotl on rock">
- </div>
- <div class="post-content">
- <div class="likes">203 likes</div>
- <div class="caption">
- <strong>Sasho</strong><br>
- Some other fish<br>
- This is my pet
- </div>
- </div>
- <div class="comment">
- <strong>Steven Ivanov</strong> - OMG where can i get one<br>
- <small>Sept. 20, 2022, 5:02 p.m.</small>
- </div>
- <div class="comment-input">
- <input type="text" placeholder="Add comment...">
- <button>Post</button>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement