diff --git a/index.html b/index.html index 31aef26..a41eebc 100644 --- a/index.html +++ b/index.html @@ -10,89 +10,96 @@ -
-
- -

Step 1: Your Details

- - - - - -
-
- -

Step 2: Delivery Address

- - - - - - - -
-
- -

Step 3: Card Details

- - - - - -
- - - - -
- +
+
+
+ + Step 1: Your Details +
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+ +
+
+ + Step 2: Delivery Address + +
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+ +
+
+ + Step 3: Card Details + +
    +
  • + + + +
      +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+ +
+ +
+ +
+ + + +
+
\ No newline at end of file diff --git a/main.css b/main.css index 2cb3bb0..c8c6565 100644 --- a/main.css +++ b/main.css @@ -1,3 +1,13 @@ +.container { + max-width: 500px; + margin: auto; +} + +#cardOptions { + margin: 0; + padding: 0; +} + form { background-color: rgba(125, 197, 92, 0.849); } @@ -7,5 +17,51 @@ fieldset { } ul { - list-style-type: none; -} \ No newline at end of file + list-style-type: none; + /* display: flex; + flex-direction: column; + */ +} + + + +li { + border: 1px white solid; + padding: 10px; + background-color: rgba(166, 245, 129, 0.849); + +} + +legend { + font-weight: bold; +} + +.centerAlign { + margin: 0 50%; + display: inline-block; + width: max-content; + /* border: solid black 1px; */ +} + +button { + background-color: rgba(18, 53, 2, 0.849); + display: inline-block; + vertical-align: middle; + border-radius: 50px ; + padding: 10px; + } + +#cardType { + display: block; + margin: 5px 0; +} + +.creditCards { + border: none; + display: inline; + justify-content: left; + margin: 0 20px 0 0; +} + + +