From 25a9a9d6c787b1e6e8e130036a928d989609ddb4 Mon Sep 17 00:00:00 2001 From: Sugarblade Date: Sat, 9 Jul 2016 10:50:33 -0700 Subject: [PATCH] Added Ren's form and new submit buttons --- form.html | 62 ++++++++++++++++++++++++++++++++++++++++++------------ index.html | 40 +---------------------------------- style.css | 5 ++++- 3 files changed, 54 insertions(+), 53 deletions(-) diff --git a/form.html b/form.html index b937fd9..c180cdb 100644 --- a/form.html +++ b/form.html @@ -30,28 +30,64 @@

Add/Update Information

- -

Month:

+ -

New Roommate:

-

New Bill:

- - - - - - +

New Bill:

--> + + + + + + - - + Input Rent Data
+ +
+ + + + + + + + +
+ + + + + + + + + + + + + +
diff --git a/index.html b/index.html index 8a0b03e..930e725 100644 --- a/index.html +++ b/index.html @@ -19,45 +19,7 @@

Mental-Rental

-
- Input Rent Data
- -
- - - - - - - - -
- - - - - - - - - - -
-
- + diff --git a/style.css b/style.css index 79487a7..1303c91 100644 --- a/style.css +++ b/style.css @@ -35,7 +35,10 @@ a{} #genInfo #pricing{} #updateHistory{} -#updateForm{} +#updateForm{ + background-color: rgba(255, 255, 255, .8); + border: 2px solid rgba(255, 50, 50, 1); +} #month{} #roommateName{} #newRoomate{}