diff --git a/contact.html b/contact.html index 77d9470..94325c4 100644 --- a/contact.html +++ b/contact.html @@ -8660,11 +8660,8 @@ >
-

- PT Empat Nusa Bangsa - ENUBA -

+

PT Empat Nusa Bangsa - ENUBA

- + .button-container { + display: flex; + gap: 30px; + + } + .container { + border: 1px solid white; + padding: 0%; + display: flex; + justify-content: space-between; + align-items: center; + } + + button { + display: flex; + align-items: center; + padding: 10px 20px; + width: 200px; + border: none; + background-color: #2C2123; + color: white; + text-decoration: none; + border-radius: 5px; + cursor: pointer; -
- - -
- -
- - +