Posts

Navigation Bar With Fun Hover Effect CSS

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600'); body { margin: 0; background: #222; font-family: 'Work Sans', sans-serif; font-weight: 800; } .container { width: 80%; margin: 0 auto; } header { background: #55d6aa; } header::after { content: ''; display: table; clear: both; } .logo { float: left; padding: 10px 0; } nav { float: right; } nav ul { margin: 0; padding: 0; list-style: none; } nav li { display: inline-block; margin-left: 70px; padding-top: 23px; position: relative; } nav a { color: #444; text-decoration: none; text-transform: uppercase; font-size: 14px; } nav a:hover { color: #000; } nav a::before { content: ''; display: block; height: 5px; background-color: #444; position: absolute; top: 0; width: 0%; transition: all ease-in-out 250ms; } nav a:hover::before { width: 100%; }

Navigation Bar With Fun Hover Effect HTML CODE

Home About Whatever you want to write here Contact

LOGIN FORM CSS

Image
Username Password Login Remember me Cancel Forgot password?

CSS STYLE FORGOT PASSWORD CODE

* { margin: 0px; padding: 0px; box-sizing: border-box; } body { background: #e4e4e4; } .form-container { display: flex; height: 98vh; width: 100%; justify-content: center; align-items: center; } .form-container .form-wrap { background: #fff; width: 40%; padding: 15px 20px; } .form-container .form-wrap h2 { text-align: center; margin: 0px 0px 20px; font-size: 19px; } .form-container .form-wrap .form-box { margin: 0px 0px 15px; } .form-container .form-wrap .form-box input[type="text"]{ padding: 5px 8px; border-radius: 3px; border: 1px solid #353535; width: 100%; } .form-container .form-wrap .form-submit { display: flex; justify-content: center; } .form-container .form-wrap .form-submit input[type="submit"] { padding: 4px 10px; border: none; border-radius: 2px; background: #353535; color: #fff; font-weight: 800; cursor: pointer; font-size: 16...

HTML FORGOT PASSWORD CODE

Forgot Password

Registration Code

Register Form Name : Password : Gender : Male Female Email : Phone no : 977 978 979 973 972 974