<!DOCTYPE html> <html> <head> <title>Login Page</title> <style> body { background-color: #343538; font-family: Arial, sans-serif; color: #fff; } .container { background-color: #fff; border-radius: 10px; padding: 20px; width: 270px; margin: 0 auto; margin-top: 50px; text-align: center; } input[type="text"], input[type="password"] { border: none; border-bottom: 3px solid #ccc; padding: 10px; width: 100%; box-sizing: border-box; margin-bottom: 20px; font-size: 16px; } input[type="password"] { background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/cf/OOjs_UI_icon_eye.svg'); background-rep...
Comments
Post a Comment