Posts

Showing posts from November, 2022

Animated Login Form Using HTML CSS & JavaScript

Image
Folllow For More  @codewithsiddhesh ___________________________________________________________________________________ HTML :-  <head> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <form>   <div class="svgContainer">     <div>       <svg class="mySVG" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">         <defs>           <circle id="armMaskPath" cx="100" cy="100" r="100" />         </defs>         <clipPath id="armMask">           <use xlink:href="#armMaskPath" overflow="visible" />         </clipPath>         <circle cx="100" cy="1...