This repository contains an HTML file (index.html
) that demonstrates a simple webpage with a sphere effect using jQuery.
The index.html
file showcases a basic webpage setup using HTML, with a simple header ("HELLO WORLD") and a circular element styled using CSS.
The file structure is as follows:
index.html
: Contains the HTML structure of the webpage.style.css
: Stylesheet used to format the webpage elements.README.md
: This file, providing an overview of the project.
- jQuery: Included via CDN (
https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
).
To view the webpage: just move your cursor around the HELLO WORLD you will see the magic!!!