-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (71 loc) · 2.66 KB
/
index.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<script src="js/jquery"></script>
<script src="js/scripts.js"></script>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/styles.css">
<title></title>
</head>
<body>
<div class="container">
<nav>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</nav>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-3"><div class="talk-bubble tri-right round btm-left">
<div class="talktext">
<textarea style="border : none; border-color: transparent; overflow:auto; height: 140px;" class="form-control" name=""
id="" cols="50" rows="11"></textarea>
</div>
</div>
</div>
<div class="col-md-3">
</div>
</div>
<div class="row">
<div class="col-md-3"><div class="talk-bubble tri-right round right-in">
<div class="talktext">
<textarea style="border : none; border-color: transparent; overflow:auto; height: 140px;" class="form-control" name=""
id="" cols="50" rows="11"></textarea>
</div>
</div>
</div>
<div class="col-md-3">
<div class="backgroundgrey col-md-6">
<div class="centered">
<input placeholder="Upload your Pic if you wish;" type='file' />
<img id="myImg" src="#" alt="your image" width="300px%" height="300px%" />
<!-- Post Info -->
<div style='position: relative;bottom:auto;left:auto;
background:lightgray;width:100%;'>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="talk-bubble tri-right left-in">
<div class="talktext">
<textarea style="border : none; border-color: transparent; overflow:auto; height: 140px;" class="form-control" name=""
id="" cols="50" rows="11"></textarea>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-3 speech-bubble speech-bubble">
<textarea style="border : none; border-color: transparent; overflow:auto; height: 140px;" class="form-control" name="" id="" cols="50" rows="11" ></textarea>
</div>
<div class="col-md-3">
</div>
</div>
</div>
</body>
</html>