├── README.md
├── index.html
└── style.css
/README.md:
--------------------------------------------------------------------------------
1 | # Write Us Page Using HTML & CSS 📝
2 |
3 | This project showcases a "Write Us" page designed using HTML and CSS.
4 |
5 | ## Introduction ℹ️
6 |
7 | The "Write Us" page provides a platform for users to submit their contact information and messages. It is designed using HTML for structure and CSS for styling.
8 |
9 | ## Features ✨
10 |
11 | - **Responsive Design**: Ensures optimal viewing experience across different devices.
12 | - **Form Submission**: Allows users to input their name, company, phone number, email, and message.
13 | - **Checkbox Selection**: Users can select from a list of services using checkboxes.
14 |
15 | ## Live Preview 🌐
16 |
17 | Explore the live preview of the "Write Us" page [here](https://poshika27.github.io/WriteUs-Page-HTML-CSS/).
18 |
19 | ## Usage 🖥️
20 |
21 | 1. Clone or download the repository.
22 | 2. Open the `index.html` file in your web browser to view the page.
23 | 3. Enter your details in the form and submit your message.
24 |
25 | ## Contributing 🤝
26 |
27 | Contributions are welcome! If you have any suggestions, improvements, or feature requests, please feel free to open an issue or create a pull request.
28 |
29 | ## License 📝
30 |
31 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
32 |
33 | ## Acknowledgements 🙏
34 |
35 | - **HTML & CSS Community**: For providing resources and tutorials for web development.
36 | - **GitHub Pages**: For hosting the live preview of the "Write Us" page.
37 |
38 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |