diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f3a291..f673a71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5501 + "liveServer.settings.port": 5502 } \ No newline at end of file diff --git a/contact.css b/contact.css index 017b6b4..f36532b 100644 --- a/contact.css +++ b/contact.css @@ -410,9 +410,86 @@ text-align: left; /* Adjusts text alignment, optional */ position: relative; } -footer { - padding: 10px; - background-color: #f0cd9e66; +.container { + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: center; + padding: 20px; + min-height: calc(100vh - 120px); + gap: 20px; +} + +.illustration-section img { + max-width: 100%; + width: 800px; + height: auto; + +} + +.form-section { + flex: 1; + max-width: 500px; + padding: 20px; text-align: center; - border: 4px solid #faebd7; - } \ No newline at end of file + background-color: #fff; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); + border-radius: 8px; +} + +.form-section h1 { + font-size: 2em; + color: #d6a52b; + margin-bottom: 10px; +} + +.form-section p { + font-size: 1.1em; + margin-bottom: 20px; +} + +.form-section input, +.form-section textarea { + width: 99%; + padding: 10px; + margin: 10px 0; + border: 1px solid #ddd; + background-color: #ffebb7; + border-radius: 8px; + font-size: 1em; +} + +.form-section button { + width: 100%; + padding: 10px; + background:#e2b43d ; + color: #ffffff; + border: none; + border-radius: 8px; + font-size: 1em; + cursor: pointer; + transition: 0.3s ease; +} + +.form-section button:hover { + background: #d6a52b ; + + transform: scale(1.02); +} + +.social-links { + margin-top: 20px; +} + +.social-links a { + margin: 0 10px; + font-size: 1.5em; + color: #333; + text-decoration: none; + transition: color 0.3s ease; +} + +.social-links a:hover { + color: #d6a52b; +} + diff --git a/contact.html b/contact.html index ef6f835..040136a 100644 --- a/contact.html +++ b/contact.html @@ -101,38 +101,31 @@
- We'd love to hear from you! Please fill out the form below with your - queries or feedback. -
- -