-
Notifications
You must be signed in to change notification settings - Fork 213
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
The "Send" Button in the Footer Section Should Be Centered #464 #558
Conversation
…#464 I have done the fixing of the send button n the center of the form as request by the user
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, @arpit74170! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
✅ Deploy Preview for collect-your-gamingtools ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi there! This issue is still open. We are looking forward to your response. |
Look on it...if it is ok then merge it...otherwise tells me what is not okk |
index.html
Outdated
@@ -675,7 +675,7 @@ <h2>Feedback Form</h2> | |||
<input type="email" name="email" class="text-input contact-input" | |||
placeholder="Your email address..."> | |||
<textarea name="message" class="text-input contact-input" placeholder="Your message..."></textarea> | |||
<button type="submit" class="btn btn-big contact-btn"> | |||
<button style="position: relative ; left: -50px" type="submit" class="btn btn-big contact-btn "> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't add styles directly in the HTML. We have a CSS file for that. Mixing them makes the project harder to maintain.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay i will fix it today only....dont assign to any one else
Hi there! This issue is still open. We are looking forward to your response. |
Okay i will fix it.. today only...dont assign to any one else |
…#464 I have done the changes as ask by you for centering the buttton
…#464 I have fix the issue as ask by you in style css file for a better code
Check it and give me response |
I have done this before but the pull request was cancel so i am doing this again , the position and left is done by me only in css file as said by do
Sir pls have a look on it |
I am adding new pull reuest |
…#464 swaraj-das#558 I am re doing it , all the changes previously is done my me only position:relative; left:-60px; is done by me but to reopen this ihave changes the line in this
I have done the fixing of the send button n the center of the form as request by the user
Pull Request Format
PR Title
Issue #464 : The "Send" Button in the Footer Section Should Be Centered #464 solved
Type of PR
Description
This pull request aims to [briefly describe what the pull request does, e.g., "add a new feature," "fix a bug," "improve documentation," etc.].
Screenshots / Videos (if applicable)
Before:
After:
Checklist
Additional Context
[Provide any additional context about the changes, such as specific challenges you faced or decisions you made. This can help reviewers understand the rationale behind your changes.]
Thank you for reviewing my pull request!