From 0f75a0442b2eee2f8b3c375e30ca9448c9e7ceb9 Mon Sep 17 00:00:00 2001 From: Hardik Srivastava <144905418+hardiksrivastavaa@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:14:39 +0530 Subject: [PATCH] Tailwind CSS Added --- views/index.ejs | 80 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 52 insertions(+), 28 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index b5df93e..e57566b 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,49 +1,73 @@ + + + - Instagram - + All Posts - - + + + + + + - -

Instagram - Posts

+

Instagram - Posts

-
+
<% for (post of posts) { %> -
-
-

@<%= post.username %> -

-

- <%= post.content %> -

-
-
- - -
- -
-
+
+ +
+

@<%= post.username %>

+

<%= post.content %>

- <% } %> + + +
+ + + + + + + + + + + +
+ +
+
+
+ <% } %>
-