Posts

Showing posts with the label neon form Syntex

neon log in form of html with css

Image
Please connect the the file of the css with proper way . Html Syntex                                                          <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta http-equiv="X-UA-Compatible" content="IE=edge">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Login Form Animation CSS | Codehal</title>     <link rel="stylesheet" href="style.css"> </head> <body>     <div class="login-light"></div>     <div class="login-box">         <form action="#">             <input type="checkbox" class="input-check" id="input-check">           ...