Skip to content

Commit 735b91e

Browse files
authored
Merge pull request #779 from ipravinsingh/main
Create HTML-form
2 parents a638e4b + 8a7c267 commit 735b91e

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

HTML-form

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<div class="header">
2+
<h2>Blog Name</h2>
3+
</div>
4+
5+
<div class="row">
6+
<div class="leftcolumn">
7+
<div class="card">
8+
<h2>TITLE HEADING</h2>
9+
<h5>Title description, Dec 7, 2017</h5>
10+
<div class="fakeimg" style="height:200px;">Image</div>
11+
<p>Some text..</p>
12+
</div>
13+
<div class="card">
14+
<h2>TITLE HEADING</h2>
15+
<h5>Title description, Sep 2, 2017</h5>
16+
<div class="fakeimg" style="height:200px;">Image</div>
17+
<p>Some text..</p>
18+
</div>
19+
</div>
20+
<div class="rightcolumn">
21+
<div class="card">
22+
<h2>About Me</h2>
23+
<div class="fakeimg" style="height:100px;">Image</div>
24+
<p>Some text about me in culpa qui officia deserunt mollit anim..</p>
25+
</div>
26+
<div class="card">
27+
<h3>Popular Post</h3>
28+
<div class="fakeimg">Image</div><br>
29+
<div class="fakeimg">Image</div><br>
30+
<div class="fakeimg">Image</div>
31+
</div>
32+
<div class="card">
33+
<h3>Follow Me</h3>
34+
<p>Some text..</p>
35+
</div>
36+
</div>
37+
</div>
38+
39+
<div class="footer">
40+
<h2>Footer</h2>
41+
</div>

0 commit comments

Comments
 (0)