Skip to content

Commit

Permalink
Form enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
Son7c committed Oct 18, 2024
1 parent aa6d6cd commit c64adfd
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions buy.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,16 @@
}

input[type="text"], select {
width: 100%;
padding: 8px;
margin: 5px 0;
border: 1px solid #ccc;
border-radius: 4px;
}

.form-group select{
width: 60%;
}

.submit-btn {
background-color: #ff4d4d;
color: white;
Expand Down Expand Up @@ -179,14 +182,20 @@
color: black;
text-align: center;
}
.form-group input,select{
margin: 0 21%;
}

.right-section {

min-width: 400px;
background-color: #1fb899;
background: linear-gradient(135deg,#ead6ee,#a0f1ea);
padding: 40px;
border-radius: 5px;
max-width: 600px;
transform: scale(0.85);
}
.form-group input{
width: 60%;
}

h2 {
Expand All @@ -199,16 +208,16 @@
}

label {
display: block;
display: flex;
margin-bottom: 5px;
font-weight: bold;
justify-content: center;
}

input[type="text"],
select {
width: 100%;
padding: 8px;
margin: 5px 0;
margin: 5px 21%;
border: 1px solid #ccc;
border-radius: 4px;
}
Expand All @@ -217,12 +226,14 @@
background-color: #ff4d4d;
color: white;
padding: 7px;
width: 100%;
width: 60%;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
height: 60px;
margin: auto;
scale: 0.78;
}

.submit-btn:hover {
Expand Down

0 comments on commit c64adfd

Please sign in to comment.