Browse Source

more cosmmosiisis

pull/1/head
dennisdebel 10 years ago
parent
commit
dd6a74d324
  1. 32
      webapp.html

32
webapp.html

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, user-scalable=no">
<style>
body, html{margin: 0;padding: 0;}
body{
font-size:20px;
@ -24,8 +24,11 @@
textarea{
-webkit-appearance: none; -moz-appearance: none;
display: block;
margin: 0;
width: 100%; height: 50px;
margin-left: auto;
margin-right: auto;
width: 90%; height: 50px;
line-height: 40px; font-size: 17px;
border: 1px solid #bbb;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
@ -37,17 +40,15 @@
button {
display: block;
margin-left: auto;
margin-right: auto;
margin: 1.5em 0;
font-family: inherit;
font-size: inherit;
font-size: 20px;
}
h2{
text-shadow: 2px 2px #orange;
font-size: 40px;
}
@ -59,6 +60,7 @@
}
ul{
width:95%;
//margin-left: 0px;
padding-left:30px;
}
@ -99,6 +101,9 @@
width:100%;
text-align: center;
}
#name{
}
</style>
@ -108,13 +113,16 @@
<body>
<div id="header">
<h2>Meshenger</h2>
</div>
<div id="fixedDiv">
<textarea id="name" rows="1" style="width:100%" placeholder="Your Name (leave empty for anonymous)"></textarea>
<textarea id="message" rows="3" style="width:100%" placeholder="Your Message"></textarea>
<textarea id="name" rows="1" placeholder="Your Name (leave empty for anonymous)"></textarea>
<textarea id="message" rows="3" placeholder="Your Message"></textarea>
<button style="width:100%" id="send">Send</button>
</div>
<ul id="inbox"></ul>

Loading…
Cancel
Save