Server : LiteSpeed System : Linux us-phx-web1359.main-hosting.eu 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : u311880514 ( 311880514) PHP Version : 8.1.31 Disable Function : NONE Directory : /home/u311880514/domains/redbcs.com/public_html/public/whastapp/ |
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'poppins', sans-serif; color: #444; } body{ height: 100vh; display: flex; align-items: center; justify-content: center; background-color: #34a8f0; } .container{ background-color: white; border-radius: 5px; padding: 30px; width: 450px; } .container p{ margin: 20px 0; } form div{ display: flex; justify-content: space-between; gap: 5px; } span input{ width: 100%; padding: 10px; margin: 5px 0 20px 0; background-color: #eee; border: none; outline: none; } textarea{ width: 100%; padding: 10px; margin-top: 5px; background-color: #eee; border: none; outline: none; } button{ background-color: #e53653; padding: 10px 30px; border-radius: 5px; color: white; border: none; margin-top: 20px; } button:hover{ background-color: #a20d26; cursor: pointer; }