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{}