style to bottom
This commit is contained in:
parent
8dc2404edd
commit
e2db0683fa
3
chat.php
3
chat.php
@ -34,7 +34,8 @@ while ($message = $chat->fetch_assoc()) {
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<style>
|
||||
form { padding: 3px; position: fixed; bottom: 0; width: 100%; }
|
||||
form input#msg { border: 0; padding: 10px; width: 90%; margin-right: .5%; }
|
||||
form input[type="text"] { border: 0; padding: 10px; width: 90%; margin-right: .5%; }
|
||||
form input[type="submit"] { width: 9%; border: none; padding: 10px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user