Skip to content

changing in contact us form and I want to add more functionality. #872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
padding: 10px 20px; /* Added padding for a better button size */
border: none;
border-radius: 5px; /* Rounded button corners */
background-color: #007bff; /* Primary color for buttons */
background-color: #7a81e6; /* Primary color for buttons */
color: white;
font-weight: bold;
}

.btn:hover {
background-color: #0056b3; /* Darker shade on hover */
background-color: #7a81e6 /* Darker shade on hover */
}

.palette {
Expand Down Expand Up @@ -359,6 +359,7 @@
width: 100%;
text-align: center;
margin-bottom: none;

}

.canvas-container {
Expand Down Expand Up @@ -781,7 +782,7 @@


<img src="" alt="">
<h1 class="display-4 mb-4"><a href="/" style="color: inherit; text-decoration: none;">Creative Canvas Tool</a>
<h1 class="display-4 mb-4"><a href="/" style="color: inherit; text-decoration: none;">*</a>
</h1>
<p class="lead p-2">Design and create stunning visuals effortlessly!</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Styles/contact_us_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

#contact{
width:100%;
background: rgb(0, 0, 0);
background: #72abffe0;
}

#contactForm textarea{
Expand Down