From 35a4548bef50b262c41ef3d907b717a68354f9de Mon Sep 17 00:00:00 2001 From: nomi7677 Date: Tue, 8 Dec 2020 11:17:04 -0500 Subject: [PATCH 1/2] first commit --- Lab_2.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++ credit_card.css | 84 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 167 insertions(+) create mode 100644 Lab_2.html create mode 100644 credit_card.css diff --git a/Lab_2.html b/Lab_2.html new file mode 100644 index 0000000..c9307d6 --- /dev/null +++ b/Lab_2.html @@ -0,0 +1,83 @@ + + + + + Credit card info form + + +
+ +
+

Step 1: Your details

+ +
+ + + + + + +
+ + +
+
Email + + +
+
+ + +
+

Step 2: Delivery address

+ +
+ + +
+
+ + +
+
+ + +
+

Step 3: Card details

+
+

Card type

+ + + + + + + + + + +
+ +
+
+ + +
+
+ + +
+
+ + +

+ + + +
+
+ + + + diff --git a/credit_card.css b/credit_card.css new file mode 100644 index 0000000..222080e --- /dev/null +++ b/credit_card.css @@ -0,0 +1,84 @@ +.button{ + + background-color: rgba(19, 17, 17, 0.76); + color: white; + border-radius: 12px; + margin-left:190px; + +} + +.details { + background-color: #809b1e; + border-style: solid; + border-color: white; + border-radius: 5px; + +} +fieldset { + + background:rgb(157, 196, 67); + border-style: solid; + border-color: white; + border-radius: 2px; + margin-bottom: 3px; +} +* { + box-sizing: border-box; + + } + + .TextWrap{ + position: relative; + top: -70px; + + } + + .name{ + + border-style: solid; + border-color: white; + border-radius: 2px; + margin-left: 102px; +} + + .email{margin-left: 102px; + border-style: solid; + border-color: white; + border-radius: 2px; + } + .phone{margin-left: 102px; + border-style: solid; + border-color: white; + border-radius: 2px; + } + .TextWrap{margin-right: 90px;} + .TextWrap1{ + border-style: solid; + border-color: white; + border-radius: 2px + } + .code{margin-left: 80px; + border-style: solid; + border-color: white; + border-radius: 2px;} + .country{margin-left: 86px; + border-style: solid; + border-color: white; + border-radius: 2px;} + .AmEx{margin-left: 50px;} + .master{margin-left: 50px;} + .card_number{margin-left: 48px; + border-style: solid; + border-color: white; + border-radius: 2px; + } + .sec_code{margin-left: 48px; + border-style: solid; + border-color: white; + border-radius: 2px; + } + .name_on_card{margin-left:45px; + border-style: solid; + border-color: white; + border-radius: 2px; + } From cb01ec2a8164fe90ad8ec4ec5caa047108396a01 Mon Sep 17 00:00:00 2001 From: hinalatif25 Date: Wed, 9 Dec 2020 17:04:30 -0500 Subject: [PATCH 2/2] create space --- Lab_2.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lab_2.html b/Lab_2.html index c9307d6..3d544b2 100644 --- a/Lab_2.html +++ b/Lab_2.html @@ -1,5 +1,7 @@ + + Credit card info form