Skip to content

Commit 10700fa

Browse files
committed
minor changes
1 parent 09d0982 commit 10700fa

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

blog/texteditor.html

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,27 @@
1010
</head>
1111

1212
<body>
13-
<h1>Write a post !</h1>
14-
<form method="post">
15-
<textarea id="mytextarea"></textarea>
16-
</form>
13+
<div class="container">
14+
<div class="row justify-content-center">
15+
<div class="col-10 col-md-6">
16+
<form action="https://formspree.io/aksh@ritcreativeteam.ml" method="POST">
17+
<br style="clear:both">
18+
<h3 style="margin-bottom: 25px; text-align: center;">Write a post !</h3>
19+
<div class="form-group">
20+
<input type="text" class="form-control" id="name" name="name" placeholder="Name" required>
21+
</div>
22+
<div class="form-group">
23+
<input type="email" class="form-control" id="email" name="_replyto" placeholder="Email" required>
24+
</div>
25+
<br>
26+
<div class="form-group">
27+
<textarea class="form-control" type="textarea" name="message" id="mytextarea" placeholder="Type here" maxlength="140" rows="7"></textarea>
28+
</div>
29+
<br>
30+
<button type="submit" id="submit" name="submit" value="Send" class="btn btn-primary pull-right">Submit</button>
31+
</form>
32+
</div>
33+
</div>
34+
</div>
1735
</body>
1836
</html>

0 commit comments

Comments
 (0)