initial import of website

This commit is contained in:
Ryan Walberg 2012-11-28 01:58:33 +00:00
parent 8b5da9d12a
commit 64468ca993
12 changed files with 278 additions and 0 deletions

12
website/phpgiftreg.css Normal file
View file

@ -0,0 +1,12 @@
body {
background-color: #1F7F55;
}
.block {
border: solid 1px black;
background-color: white;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}