From fc3a0099da3ee8668c5c9fdbbe7ffe3e1e59995f Mon Sep 17 00:00:00 2001 From: Amarachukwu Ugoanusi Date: Sun, 6 Dec 2020 00:12:17 -0500 Subject: [PATCH 1/2] first commit for lab 2 --- lab2.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++ stylesheet.css | 45 ++++++++++++++++++++++++++++++++++ 2 files changed, 110 insertions(+) create mode 100644 lab2.html create mode 100644 stylesheet.css diff --git a/lab2.html b/lab2.html new file mode 100644 index 0000000..b222ae0 --- /dev/null +++ b/lab2.html @@ -0,0 +1,65 @@ + + + + + + + + Week 3 Lab 2 + + + +
+
+

Step 1: Your details

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

Step 2: Delivery address

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

Step 3: Card details

+
+

+ + +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+ + \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..ba9f9a3 --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,45 @@ +.center { + margin: auto; + width: 20%; + border: 1px solid white; + padding: 10px; + background-color:#bdb76b; + border-radius: 5px; + + } + body { + font-family: Georgia, serif; + color:olive; + } +.name1{ + display:flex; + justify-content: space-between; + background-color:#f0e68c; + border: 2px solid white; + padding:10px; + border-radius: 15px; + margin-bottom: 2px; + + +} + button { + + background-color: black; + color: white; + border-radius: 15px; + padding:4px 16px; + margin-top: 5px; + margin-left: 40%; + + } + + .name2{ + + background-color:#f0e68c; + border: 2px solid white; + padding:10px; + border-radius: 15px; + margin-bottom: 2px; + + +} \ No newline at end of file From 8927160c05cefa77a8772660c464d46797e805df Mon Sep 17 00:00:00 2001 From: Amarachukwu Ugoanusi Date: Mon, 21 Dec 2020 19:34:37 -0500 Subject: [PATCH 2/2] updated file --- stylesheet.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index ba9f9a3..05fa478 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -3,8 +3,8 @@ width: 20%; border: 1px solid white; padding: 10px; - background-color:#bdb76b; - border-radius: 5px; + background-color: rgba(161, 204, 82, 0.884); + border-radius: 5px; } body { @@ -14,7 +14,7 @@ .name1{ display:flex; justify-content: space-between; - background-color:#f0e68c; + background-color: rgba(198, 226, 147, 0.884); border: 2px solid white; padding:10px; border-radius: 15px; @@ -35,11 +35,12 @@ .name2{ - background-color:#f0e68c; + background-color: rgba(161, 204, 82, 0.884); border: 2px solid white; padding:10px; border-radius: 15px; margin-bottom: 2px; -} \ No newline at end of file +} +