From 48615293a591a5117895dfa4133c9bbfe611804e Mon Sep 17 00:00:00 2001 From: Umesh Joshi <132977939+Ralphonk@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:55:00 +0530 Subject: [PATCH] Create README.md --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c60e46c --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +

Coca Cola Can 3D Rotation

+A single-page website showcasing an advertisement for 3D rotating Coca Cola can using CSS and HTML. + +

Screenshot

+ +![image](https://github.com/user-attachments/assets/c97df8a0-1dff-4fda-bddb-4bacd9cb1475) + +

Overview

+This project uses CSS transforms and animations to create a 3D rotating effect on a Coca Cola can. The can rotates on hover, giving a realistic 3D effect. + +

Features

+ +
  • 3D rotation of Coca Cola can on hover +
  • Responsive design for various screen sizes>
  • +
  • Simple and clean HTML structure
  • +
  • CSS-only animation for a seamless user experience
  • + +

    Technologies Used

    +
  • HTML5
  • +
  • CSS3
  • +
  • No JavaScript used
  • + +

    How to Use

    +
  • Clone this repository or download the zip file.
  • +
  • Open the index.html file in a web browser to view the 3D rotating Coca Cola can.
  • +
  • Hover over the can to see the 3D rotation effect.
  • + +

    Browser Support

    +This project has been tested on the following browsers: + +
  • Google Chrome (latest version
  • +
  • Mozilla Firefox (latest version)
  • +
  • Safari (latest version)
  • +
  • Microsoft Edge (latest version
  • + +

    Acknowledgments

    +
  • Coca Cola logo and branding used for demonstration purposes only.
  • +
  • Inspired by various online tutorials and examples of 3D CSS transformations.
  • +

    Author

    +Umesh Joshi (Ralph) + +You can replace (Ralph) with your actual name. Also, make sure to update the styles.css file and index.html file paths if they are different in your project. +