Make counter login forms

This commit is contained in:
Skia
2016-04-12 10:00:47 +02:00
parent 3302fdc6f2
commit 20a97526d4
5 changed files with 80 additions and 5 deletions

View File

@ -1,3 +1,9 @@
body {
background: #EEE;
}
div {
box-shadow: 2px 2px 10px #888888;
margin: 10px;
padding: 10px;
}