Omnibus commited on
Commit
a907f1f
1 Parent(s): 4563510

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -7,7 +7,7 @@
7
 
8
  <style>
9
  .resp1{
10
- margin-left:15px;
11
  margin:10px;
12
  padding:10px;
13
  border-color: white;
@@ -19,7 +19,7 @@
19
  width: fit-content;
20
  }
21
  .resp2{
22
- margin-left:20px;
23
  margin:10px;
24
  padding:10px;
25
  border-color: white;
@@ -51,9 +51,9 @@
51
  <section class="posts">
52
 
53
  <article class="post">
54
- <h4>Name</h4>
55
  <time datetime="YYYY-MM-DD">Post Date</time>
56
- <h2>Post Title</h2>
57
  <p>Short post summary...</p>
58
  <div>$body</div>
59
 
 
7
 
8
  <style>
9
  .resp1{
10
+ margin-left:10px,10px,10px,15px;
11
  margin:10px;
12
  padding:10px;
13
  border-color: white;
 
19
  width: fit-content;
20
  }
21
  .resp2{
22
+ margin-left:10px,10px,10px,20px;
23
  margin:10px;
24
  padding:10px;
25
  border-color: white;
 
51
  <section class="posts">
52
 
53
  <article class="post">
54
+ <h4>$name</h4>
55
  <time datetime="YYYY-MM-DD">Post Date</time>
56
+ <h2>$title</h2>
57
  <p>Short post summary...</p>
58
  <div>$body</div>
59