Almost a chatpage!

This commit is contained in:
Marijn Jansen
2017-01-10 17:08:40 +01:00
parent ac369b5705
commit cf240ca656
5 changed files with 78 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ Website: myhyvesbookplus.tk
-----------------------------------------------------------------------------*/
body {
background-color: white;
background-color: #B78996;
color: #333;
font-family: Arial, sans-serif;
}
@@ -28,6 +28,16 @@ body {
border: 0;
}
input[type="submit"], button {
background-color: #845663;
color: white;
padding: 5px;
}
input[type="text"] {
padding: 5px;
}
/* Move element down (clear), below floating elements */
.clear {
clear: both;