Posts

Showing posts from April, 2020

Login Design

Image
Login Page Simple and beautiful Login for your web HTML <! DOCTYPE html > < html > < head > < title > Sample Login Design </ title > < meta charset = "utf-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1" > < link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" > < script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" > < / script > < script src = "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" > < / script > <!-- Custom style --> < link rel = "stylesheet" href = "style.css" > </ head > < body > < div class = "outer-div" > < div class = "login-div row" > <!-- Left section --> ...