Skip to content

Commit

Permalink
tambah checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Supriadi998 committed Oct 8, 2024
1 parent 6f7f6c6 commit 8c9054f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h5>Customer Detail</h5>
<input type="text" name="name" id="name">
</label>
<label for="phone">
<span>No. Handphone</span>
<span>No. Hp</span>
<input type="number" name="phone" id="phone" autocomplete="off">
</label>

Expand Down
17 changes: 17 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,23 @@ body {
text-align: right;
}

.form-container input {
background-color: #ddd;
padding: 5px;
font-size: 1rem;
width: 70%;
}

.form-container .checkout-button {
padding: 6px 14px;
background-color: royalblue;
color: white;
font-weight: bold;
font-size: 1rem;
border-radius: 20px;
margin: 1rem auto;
cursor: pointer;
}


/* hero Section */
Expand Down

0 comments on commit 8c9054f

Please sign in to comment.