My Ecommerce Store

/* CSS styles for the header */
header {
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
font-size: 24px;
}

/* CSS styles for the footer */
footer {
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
}

/* CSS styles for the payment gateway */
.payment-gateway {
margin: 20px auto;
width: 80%;
max-width: 600px;
background-color: #f4f4f4;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.payment-gateway h2 {
font-size: 24px;
margin-bottom: 20px;
text-align: center;
}

.payment-gateway label {
display: block;
margin-bottom: 10px;
}

.payment-gateway input[type=”text”], .payment-gateway input[type=”number”], .payment-gateway select {
width: 100%;
padding: 10px;
margin-bottom: 20px;
border-radius: 5px;
border: none;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.payment-gateway button {
background-color: #333;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
cursor: pointer;
}

.payment-gateway button:hover {
background-color: #555;
}

My Ecommerce Store

Payment Gateway

Name on Card

Card Number

Expiration Date

01/23
02/24
03/25
04/26
05/27

CVV

Leave a comment

Design a site like this with WordPress.com
Get started