/simple_hotel

three page hotel website with simple CSS

Primary LanguageHTML

Hotel Webpage

This project is a basic hotel webpage built using HTML and CSS. It demonstrates the use of various HTML elements and CSS properties, including the use of floats for layout design.

Technologies Used

  • HTML
  • CSS

Features

  • Home Page: Displays the hotel's name, a brief description, and a beautiful image to welcome visitors.
  • About Page: Provides more detailed information about the hotel.
  • Rooms Page: Showcases the different types of rooms available.
  • Contact Page: Contains a form for visitors to send messages to the hotel.

Setup

To run this project, you just need a modern web browser. Open the index.html file in your web browser to view the webpage.

Usage

This project is a great starting point for learning basic HTML and CSS. It demonstrates the use of various HTML elements and CSS properties, including floats for layout design. Feel free to explore the code and experiment with it to learn more.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Next Steps

  • Add more CSS styles to the webpage.
  • Implement responsive design.
  • Add JavaScript to make the webpage interactive.
  • Host the webpage on a server.