From 2b5b5bccaeef6fd4ea98fef85210583b2d7d60fd Mon Sep 17 00:00:00 2001 From: nchintada Date: Wed, 16 Sep 2020 09:42:02 -0400 Subject: [PATCH 1/4] Committing to use on Glitch --- public/css/style.css | 44 +++++++++++++++++++++++++++++++++++++++++++- public/index.html | 37 +++++++++++++++++++++++++++++++------ 2 files changed, 74 insertions(+), 7 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index d5f842ab..0e552725 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -1 +1,43 @@ -/*Style your own assignment! This is fun! */ \ No newline at end of file +body { + background-color: #ff9999; +} +h1 { + text-align: center; +} +form { + width: 190px; + margin: auto; +} +input { + padding: 5px; + display: block; + margin-bottom: 20px; + border: 3px solid #c91c1c; + width: 100%; +} +button { + background-color: #f74848; + border: 3px solid #c91c1c; + width: 100px; + height: 25px; +} +.flex-box { + position: absolute; + + display: flex; + flex-direction: column; + background: #cf3232; + justify-content: space-between; + list-style: none; + width: 500px; +} +.flex-item { + background: #db4040; + margin-top: 10px; + color: white; + font-weight: bold; + text-align: center; + padding: 5px; + width: 300px; + align-items: center; +} diff --git a/public/index.html b/public/index.html index c56d620e..81324847 100755 --- a/public/index.html +++ b/public/index.html @@ -2,13 +2,26 @@ CS4241 Assignment 2 + -
- - +

Registration

+ + + + + + + +
+ +

Registration

- + - + - +
- -