-
Notifications
You must be signed in to change notification settings - Fork 0
/
view.html
43 lines (39 loc) · 1.63 KB
/
view.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="view.css" rel="stylesheet" type="text/css" />
<title>View Your Post on OnlyFish</title>
</head>
<body>
<div class="wrapper">
<div class="img-area">
<div class="inner-area">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQRe9oj6-ttY_mKHlPCsmSjbEOcolsM-m60Qg&usqp=CAU" alt="">
</div>
</div>
<div class="name">View Your Post</div>
<div class="about"> <i class="fa fa-desktop" aria-hidden="true"></i>
Check out your post...<br><br>Not what you had in mind? Click the Edit button below to continue editing!
<br>
</div>
<div class="buttons">
<button>Edit</button>
</div>
<div class="row"><!-- /*position: relative;width: 350px;padding: 30px;border-radius: 10px;display: flex;align-items: center;justify-content: center;flex-direction: column;}wrapper .icon{font-size: 17px;olor: #31344bposition: absolutecursor: pointer*/-->
<i class="fas fa-share"></i>
</div>
</div>
</div>
<div class="wrapper wrapper2">
<form>
<label for="ptitle">Post Title:</label><br>
<input type="text" id="ptitle" name="ptitle"><br>
<label for="pbody">Type your post:</label><br>
<input type="text" id="pbody" name="pbody">
</form>
</div>
</body>
</html>