├── 3D - Glowing Bottle ├── index.html └── style.css ├── 3D Glowing Bottle ├── 3D Glowing Bottlee ├── Albumcolors Website Design ├── index.html └── style.css ├── Animated Login Form ├── index.html └── style.css ├── Animated Search Box ├── index.html ├── script.js └── style.css ├── App menu with lock screen ├── index.html ├── script.js └── style.css ├── Auto Text Typing Animation ├── index.html └── style.css ├── Autumn Umbrellas ├── index.html ├── script.js └── style.css ├── Bikes Images Gallery by using flex ├── index.html └── style.css ├── Bouncing Egg ├── index.html └── style.css ├── Button Hover ├── index.html └── style.css ├── Calculator ├── index.html ├── script.js └── style.css ├── Card Outer Glow Effect ├── index.html └── style.css ├── Christmas Tree Animation ├── index.html └── style.css ├── Circular Rotating Carousel ├── index.html └── style.css ├── Distorted Text Animation ├── index.html └── style.css ├── Ecommerce Website Design ├── Ecommerce-Website-Design-images.zip ├── index.html └── style.css ├── Esports-athelete-card-design ├── index.html └── style.css ├── Facebook Emoji's Reaction ├── index.html └── style.css ├── Flower Animation ├── index.html └── style.css ├── Fruit Product Card Design ├── index.html └── style.css ├── Glassmorphism camera website landing page ├── 1 (1).png ├── index.html └── style.css ├── Glowing Heart Animations ├── app.js ├── index.html └── style.css ├── Glowing Name ├── index.html └── style.css ├── Guess number game ├── index.html ├── script.js └── style.css ├── Gym clone website ├── index.html └── style.css ├── Happy Holi ├── index.html ├── script.js └── style.css ├── Haunted Manor ├── index.html └── style.css ├── Hexa Loading Animations ├── index.html └── style.css ├── Hide Social Media Icons ├── index.html └── style.css ├── Hill Animation ├── index.html └── style.css ├── Icons hover effects ├── index.html └── style.css ├── Image Effect Hover on Name ├── index.html ├── script.js └── style.css ├── Images Carousel ├── app.css ├── index.html ├── script.js └── style.css ├── Images slider ├── index.html ├── script.js └── style.css ├── Input Form Designs ├── index.html └── style.css ├── Leaping Triangle Animation ├── index.html └── style.css ├── Lighting Text Animation ├── index.html └── style.css ├── Linear Gredient Rotating Card Design ├── index.html └── style.css ├── Loading Bar Animations ├── index.html └── style.css ├── Login Form ├── index.html └── style.css ├── Loginform ├── index.html ├── script.js └── style.css ├── Magical Navigation Bar ├── index.html ├── script.js └── style.css ├── Menu Bar Animation ├── index.html └── style.css ├── Modern Navbar Design ├── index.html └── style.css ├── Modern-Login-Page ├── index.html ├── script.js └── style.css ├── Mouse-Movement-Animation ├── index.html ├── script.js └── style.css ├── Music Player Card design ├── index.html └── style.css ├── Night View ├── index.html └── style.css ├── OLA landing page ├── index.html ├── logo.svg ├── ola.png └── style.css ├── PrintMotion ├── index.html ├── script.js └── style.css ├── Profile Picture Card Design ├── index.html └── styel.css ├── QR Generator ├── index.html ├── script.js └── style.css ├── Radiant Ripple ├── index.html └── style.css ├── Responsive Footer Design ├── index.html └── style.css ├── Scribble Image Reveal with SVG Blend Mode ├── index.html └── style.css ├── Seasons Slider ├── index.html └── style.css ├── Selling car landing page ├── index.html ├── script.js └── style.css ├── Shoes box image sliders ├── index.html ├── script.js └── style.css ├── Shoes box images slider ├── Sleeping santa ├── index.html └── style.css ├── Smoke effect on name ├── index.html ├── smoke.mp4 └── style.css ├── Social Media Icons with Hover Effect ├── index.html └── style.css ├── Spring Tabs ├── index.html ├── script.js └── style.css ├── Stars in Sky Animation ├── index.html └── style.css ├── Submit Button Animation ├── index.html ├── script.js └── style.css ├── Text to Speech Converter ├── index.html ├── script.js └── style.css ├── Tic Toe Game ├── index.html ├── script.js └── style.css ├── Toggle Button ├── index.html ├── script.js └── style.css ├── Water Effect On Name ├── index.html └── style.css ├── Water Effect ├── index.html └── style.css ├── Waving Wine Glass ├── index.html └── style.css ├── X-ray Animation ├── index.html ├── script.js └── style.css ├── Xmas Animation ├── index.html ├── script.js └── style.css ├── animated border ├── index.html └── style.css ├── black circle animation ├── index.html └── style.css ├── clipped square loader ├── index.html └── style.css ├── index.html ├── portion bottle ├── index.html ├── script.js └── style.css ├── ripple loader ├── index.html └── style.css └── star rating ├── index.html └── style.css /3D - Glowing Bottle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/3D - Glowing Bottle/index.html -------------------------------------------------------------------------------- /3D - Glowing Bottle/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/3D - Glowing Bottle/style.css -------------------------------------------------------------------------------- /3D Glowing Bottle: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /3D Glowing Bottlee: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Albumcolors Website Design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Albumcolors Website Design/index.html -------------------------------------------------------------------------------- /Albumcolors Website Design/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Albumcolors Website Design/style.css -------------------------------------------------------------------------------- /Animated Login Form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Animated Login Form/index.html -------------------------------------------------------------------------------- /Animated Login Form/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Animated Login Form/style.css -------------------------------------------------------------------------------- /Animated Search Box/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Animated Search Box/index.html -------------------------------------------------------------------------------- /Animated Search Box/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Animated Search Box/script.js -------------------------------------------------------------------------------- /Animated Search Box/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Animated Search Box/style.css -------------------------------------------------------------------------------- /App menu with lock screen/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/App menu with lock screen/index.html -------------------------------------------------------------------------------- /App menu with lock screen/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/App menu with lock screen/script.js -------------------------------------------------------------------------------- /App menu with lock screen/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/App menu with lock screen/style.css -------------------------------------------------------------------------------- /Auto Text Typing Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Auto Text Typing Animation/index.html -------------------------------------------------------------------------------- /Auto Text Typing Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Auto Text Typing Animation/style.css -------------------------------------------------------------------------------- /Autumn Umbrellas/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Autumn Umbrellas/index.html -------------------------------------------------------------------------------- /Autumn Umbrellas/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Autumn Umbrellas/script.js -------------------------------------------------------------------------------- /Autumn Umbrellas/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Autumn Umbrellas/style.css -------------------------------------------------------------------------------- /Bikes Images Gallery by using flex/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Bikes Images Gallery by using flex/index.html -------------------------------------------------------------------------------- /Bikes Images Gallery by using flex/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Bikes Images Gallery by using flex/style.css -------------------------------------------------------------------------------- /Bouncing Egg/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Bouncing Egg/index.html -------------------------------------------------------------------------------- /Bouncing Egg/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Bouncing Egg/style.css -------------------------------------------------------------------------------- /Button Hover/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Button Hover/index.html -------------------------------------------------------------------------------- /Button Hover/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Button Hover/style.css -------------------------------------------------------------------------------- /Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Calculator/index.html -------------------------------------------------------------------------------- /Calculator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Calculator/script.js -------------------------------------------------------------------------------- /Calculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Calculator/style.css -------------------------------------------------------------------------------- /Card Outer Glow Effect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Card Outer Glow Effect/index.html -------------------------------------------------------------------------------- /Card Outer Glow Effect/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Card Outer Glow Effect/style.css -------------------------------------------------------------------------------- /Christmas Tree Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Christmas Tree Animation/index.html -------------------------------------------------------------------------------- /Christmas Tree Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Christmas Tree Animation/style.css -------------------------------------------------------------------------------- /Circular Rotating Carousel/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Circular Rotating Carousel/index.html -------------------------------------------------------------------------------- /Circular Rotating Carousel/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Circular Rotating Carousel/style.css -------------------------------------------------------------------------------- /Distorted Text Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Distorted Text Animation/index.html -------------------------------------------------------------------------------- /Distorted Text Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Distorted Text Animation/style.css -------------------------------------------------------------------------------- /Ecommerce Website Design/Ecommerce-Website-Design-images.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Ecommerce Website Design/Ecommerce-Website-Design-images.zip -------------------------------------------------------------------------------- /Ecommerce Website Design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Ecommerce Website Design/index.html -------------------------------------------------------------------------------- /Ecommerce Website Design/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Ecommerce Website Design/style.css -------------------------------------------------------------------------------- /Esports-athelete-card-design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Esports-athelete-card-design/index.html -------------------------------------------------------------------------------- /Esports-athelete-card-design/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Esports-athelete-card-design/style.css -------------------------------------------------------------------------------- /Facebook Emoji's Reaction/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Facebook Emoji's Reaction/index.html -------------------------------------------------------------------------------- /Facebook Emoji's Reaction/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Facebook Emoji's Reaction/style.css -------------------------------------------------------------------------------- /Flower Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Flower Animation/index.html -------------------------------------------------------------------------------- /Flower Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Flower Animation/style.css -------------------------------------------------------------------------------- /Fruit Product Card Design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Fruit Product Card Design/index.html -------------------------------------------------------------------------------- /Fruit Product Card Design/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Fruit Product Card Design/style.css -------------------------------------------------------------------------------- /Glassmorphism camera website landing page/1 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Glassmorphism camera website landing page/1 (1).png -------------------------------------------------------------------------------- /Glassmorphism camera website landing page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Glassmorphism camera website landing page/index.html -------------------------------------------------------------------------------- /Glassmorphism camera website landing page/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Glassmorphism camera website landing page/style.css -------------------------------------------------------------------------------- /Glowing Heart Animations/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Glowing Heart Animations/app.js -------------------------------------------------------------------------------- /Glowing Heart Animations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Glowing Heart Animations/index.html -------------------------------------------------------------------------------- /Glowing Heart Animations/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Glowing Heart Animations/style.css -------------------------------------------------------------------------------- /Glowing Name/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Glowing Name/index.html -------------------------------------------------------------------------------- /Glowing Name/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Glowing Name/style.css -------------------------------------------------------------------------------- /Guess number game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Guess number game/index.html -------------------------------------------------------------------------------- /Guess number game/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Guess number game/script.js -------------------------------------------------------------------------------- /Guess number game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Guess number game/style.css -------------------------------------------------------------------------------- /Gym clone website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Gym clone website/index.html -------------------------------------------------------------------------------- /Gym clone website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Gym clone website/style.css -------------------------------------------------------------------------------- /Happy Holi/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Happy Holi/index.html -------------------------------------------------------------------------------- /Happy Holi/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Happy Holi/script.js -------------------------------------------------------------------------------- /Happy Holi/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Happy Holi/style.css -------------------------------------------------------------------------------- /Haunted Manor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Haunted Manor/index.html -------------------------------------------------------------------------------- /Haunted Manor/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Haunted Manor/style.css -------------------------------------------------------------------------------- /Hexa Loading Animations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Hexa Loading Animations/index.html -------------------------------------------------------------------------------- /Hexa Loading Animations/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Hexa Loading Animations/style.css -------------------------------------------------------------------------------- /Hide Social Media Icons/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Hide Social Media Icons/index.html -------------------------------------------------------------------------------- /Hide Social Media Icons/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Hide Social Media Icons/style.css -------------------------------------------------------------------------------- /Hill Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Hill Animation/index.html -------------------------------------------------------------------------------- /Hill Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Hill Animation/style.css -------------------------------------------------------------------------------- /Icons hover effects/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Icons hover effects/index.html -------------------------------------------------------------------------------- /Icons hover effects/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Icons hover effects/style.css -------------------------------------------------------------------------------- /Image Effect Hover on Name/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Image Effect Hover on Name/index.html -------------------------------------------------------------------------------- /Image Effect Hover on Name/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Image Effect Hover on Name/script.js -------------------------------------------------------------------------------- /Image Effect Hover on Name/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Image Effect Hover on Name/style.css -------------------------------------------------------------------------------- /Images Carousel/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Images Carousel/app.css -------------------------------------------------------------------------------- /Images Carousel/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Images Carousel/index.html -------------------------------------------------------------------------------- /Images Carousel/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Images Carousel/script.js -------------------------------------------------------------------------------- /Images Carousel/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Images Carousel/style.css -------------------------------------------------------------------------------- /Images slider/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Images slider/index.html -------------------------------------------------------------------------------- /Images slider/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Images slider/script.js -------------------------------------------------------------------------------- /Images slider/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Images slider/style.css -------------------------------------------------------------------------------- /Input Form Designs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Input Form Designs/index.html -------------------------------------------------------------------------------- /Input Form Designs/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Input Form Designs/style.css -------------------------------------------------------------------------------- /Leaping Triangle Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Leaping Triangle Animation/index.html -------------------------------------------------------------------------------- /Leaping Triangle Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Leaping Triangle Animation/style.css -------------------------------------------------------------------------------- /Lighting Text Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Lighting Text Animation/index.html -------------------------------------------------------------------------------- /Lighting Text Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Lighting Text Animation/style.css -------------------------------------------------------------------------------- /Linear Gredient Rotating Card Design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Linear Gredient Rotating Card Design/index.html -------------------------------------------------------------------------------- /Linear Gredient Rotating Card Design/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Linear Gredient Rotating Card Design/style.css -------------------------------------------------------------------------------- /Loading Bar Animations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Loading Bar Animations/index.html -------------------------------------------------------------------------------- /Loading Bar Animations/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Loading Bar Animations/style.css -------------------------------------------------------------------------------- /Login Form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Login Form/index.html -------------------------------------------------------------------------------- /Login Form/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Login Form/style.css -------------------------------------------------------------------------------- /Loginform/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Loginform/index.html -------------------------------------------------------------------------------- /Loginform/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Loginform/script.js -------------------------------------------------------------------------------- /Loginform/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Loginform/style.css -------------------------------------------------------------------------------- /Magical Navigation Bar/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Magical Navigation Bar/index.html -------------------------------------------------------------------------------- /Magical Navigation Bar/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Magical Navigation Bar/script.js -------------------------------------------------------------------------------- /Magical Navigation Bar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Magical Navigation Bar/style.css -------------------------------------------------------------------------------- /Menu Bar Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Menu Bar Animation/index.html -------------------------------------------------------------------------------- /Menu Bar Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Menu Bar Animation/style.css -------------------------------------------------------------------------------- /Modern Navbar Design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Modern Navbar Design/index.html -------------------------------------------------------------------------------- /Modern Navbar Design/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Modern Navbar Design/style.css -------------------------------------------------------------------------------- /Modern-Login-Page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Modern-Login-Page/index.html -------------------------------------------------------------------------------- /Modern-Login-Page/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Modern-Login-Page/script.js -------------------------------------------------------------------------------- /Modern-Login-Page/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Modern-Login-Page/style.css -------------------------------------------------------------------------------- /Mouse-Movement-Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Mouse-Movement-Animation/index.html -------------------------------------------------------------------------------- /Mouse-Movement-Animation/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Mouse-Movement-Animation/script.js -------------------------------------------------------------------------------- /Mouse-Movement-Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Mouse-Movement-Animation/style.css -------------------------------------------------------------------------------- /Music Player Card design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Music Player Card design/index.html -------------------------------------------------------------------------------- /Music Player Card design/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Music Player Card design/style.css -------------------------------------------------------------------------------- /Night View/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Night View/index.html -------------------------------------------------------------------------------- /Night View/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Night View/style.css -------------------------------------------------------------------------------- /OLA landing page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/OLA landing page/index.html -------------------------------------------------------------------------------- /OLA landing page/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/OLA landing page/logo.svg -------------------------------------------------------------------------------- /OLA landing page/ola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/OLA landing page/ola.png -------------------------------------------------------------------------------- /OLA landing page/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/OLA landing page/style.css -------------------------------------------------------------------------------- /PrintMotion/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/PrintMotion/index.html -------------------------------------------------------------------------------- /PrintMotion/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/PrintMotion/script.js -------------------------------------------------------------------------------- /PrintMotion/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/PrintMotion/style.css -------------------------------------------------------------------------------- /Profile Picture Card Design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Profile Picture Card Design/index.html -------------------------------------------------------------------------------- /Profile Picture Card Design/styel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Profile Picture Card Design/styel.css -------------------------------------------------------------------------------- /QR Generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/QR Generator/index.html -------------------------------------------------------------------------------- /QR Generator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/QR Generator/script.js -------------------------------------------------------------------------------- /QR Generator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/QR Generator/style.css -------------------------------------------------------------------------------- /Radiant Ripple/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Radiant Ripple/index.html -------------------------------------------------------------------------------- /Radiant Ripple/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Radiant Ripple/style.css -------------------------------------------------------------------------------- /Responsive Footer Design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Responsive Footer Design/index.html -------------------------------------------------------------------------------- /Responsive Footer Design/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Responsive Footer Design/style.css -------------------------------------------------------------------------------- /Scribble Image Reveal with SVG Blend Mode/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Scribble Image Reveal with SVG Blend Mode/index.html -------------------------------------------------------------------------------- /Scribble Image Reveal with SVG Blend Mode/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Scribble Image Reveal with SVG Blend Mode/style.css -------------------------------------------------------------------------------- /Seasons Slider/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Seasons Slider/index.html -------------------------------------------------------------------------------- /Seasons Slider/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Seasons Slider/style.css -------------------------------------------------------------------------------- /Selling car landing page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Selling car landing page/index.html -------------------------------------------------------------------------------- /Selling car landing page/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Selling car landing page/script.js -------------------------------------------------------------------------------- /Selling car landing page/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Selling car landing page/style.css -------------------------------------------------------------------------------- /Shoes box image sliders/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Shoes box image sliders/index.html -------------------------------------------------------------------------------- /Shoes box image sliders/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Shoes box image sliders/script.js -------------------------------------------------------------------------------- /Shoes box image sliders/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Shoes box image sliders/style.css -------------------------------------------------------------------------------- /Shoes box images slider: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Shoes box images slider -------------------------------------------------------------------------------- /Sleeping santa/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Sleeping santa/index.html -------------------------------------------------------------------------------- /Sleeping santa/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Sleeping santa/style.css -------------------------------------------------------------------------------- /Smoke effect on name/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Smoke effect on name/index.html -------------------------------------------------------------------------------- /Smoke effect on name/smoke.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Smoke effect on name/smoke.mp4 -------------------------------------------------------------------------------- /Smoke effect on name/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Smoke effect on name/style.css -------------------------------------------------------------------------------- /Social Media Icons with Hover Effect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Social Media Icons with Hover Effect/index.html -------------------------------------------------------------------------------- /Social Media Icons with Hover Effect/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Social Media Icons with Hover Effect/style.css -------------------------------------------------------------------------------- /Spring Tabs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Spring Tabs/index.html -------------------------------------------------------------------------------- /Spring Tabs/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Spring Tabs/script.js -------------------------------------------------------------------------------- /Spring Tabs/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Spring Tabs/style.css -------------------------------------------------------------------------------- /Stars in Sky Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Stars in Sky Animation/index.html -------------------------------------------------------------------------------- /Stars in Sky Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Stars in Sky Animation/style.css -------------------------------------------------------------------------------- /Submit Button Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Submit Button Animation/index.html -------------------------------------------------------------------------------- /Submit Button Animation/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Submit Button Animation/script.js -------------------------------------------------------------------------------- /Submit Button Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Submit Button Animation/style.css -------------------------------------------------------------------------------- /Text to Speech Converter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Text to Speech Converter/index.html -------------------------------------------------------------------------------- /Text to Speech Converter/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Text to Speech Converter/script.js -------------------------------------------------------------------------------- /Text to Speech Converter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Text to Speech Converter/style.css -------------------------------------------------------------------------------- /Tic Toe Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Tic Toe Game/index.html -------------------------------------------------------------------------------- /Tic Toe Game/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Tic Toe Game/script.js -------------------------------------------------------------------------------- /Tic Toe Game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Tic Toe Game/style.css -------------------------------------------------------------------------------- /Toggle Button/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Toggle Button/index.html -------------------------------------------------------------------------------- /Toggle Button/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Toggle Button/script.js -------------------------------------------------------------------------------- /Toggle Button/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Toggle Button/style.css -------------------------------------------------------------------------------- /Water Effect On Name/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Water Effect On Name/index.html -------------------------------------------------------------------------------- /Water Effect On Name/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Water Effect On Name/style.css -------------------------------------------------------------------------------- /Water Effect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Water Effect/index.html -------------------------------------------------------------------------------- /Water Effect/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Water Effect/style.css -------------------------------------------------------------------------------- /Waving Wine Glass/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Waving Wine Glass/index.html -------------------------------------------------------------------------------- /Waving Wine Glass/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Waving Wine Glass/style.css -------------------------------------------------------------------------------- /X-ray Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/X-ray Animation/index.html -------------------------------------------------------------------------------- /X-ray Animation/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/X-ray Animation/script.js -------------------------------------------------------------------------------- /X-ray Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/X-ray Animation/style.css -------------------------------------------------------------------------------- /Xmas Animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Xmas Animation/index.html -------------------------------------------------------------------------------- /Xmas Animation/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Xmas Animation/script.js -------------------------------------------------------------------------------- /Xmas Animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/Xmas Animation/style.css -------------------------------------------------------------------------------- /animated border/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/animated border/index.html -------------------------------------------------------------------------------- /animated border/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/animated border/style.css -------------------------------------------------------------------------------- /black circle animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/black circle animation/index.html -------------------------------------------------------------------------------- /black circle animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/black circle animation/style.css -------------------------------------------------------------------------------- /clipped square loader/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/clipped square loader/index.html -------------------------------------------------------------------------------- /clipped square loader/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/clipped square loader/style.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/index.html -------------------------------------------------------------------------------- /portion bottle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/portion bottle/index.html -------------------------------------------------------------------------------- /portion bottle/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/portion bottle/script.js -------------------------------------------------------------------------------- /portion bottle/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/portion bottle/style.css -------------------------------------------------------------------------------- /ripple loader/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/ripple loader/index.html -------------------------------------------------------------------------------- /ripple loader/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/ripple loader/style.css -------------------------------------------------------------------------------- /star rating/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/star rating/index.html -------------------------------------------------------------------------------- /star rating/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rutuja927/HTML-CSS-JAVASCRIPT-PROJECTS/HEAD/star rating/style.css --------------------------------------------------------------------------------