Skip to content

nxandr3w/Sak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

<title>Facebook Login</title> <style> body { font-family: 'Roboto', sans-serif; background-color: #f0f2f5; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .login-container { background: white; padding: 20px; width: 360px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); border-radius: 8px; text-align: center; } .login-container h1 { color: #1877f2; font-size: 36px; margin-bottom: 20px; } input[type="text"], input[type="password"] { width: 100%; padding: 12px; margin: 8px 0; border: 1px solid #ddd; border-radius: 6px; font-size: 16px; } .login-btn { background-color: #1877f2; color: white; padding: 12px; width: 100%; border: none; border-radius: 6px; font-size: 16px; font-weight: bold; cursor: pointer; } .login-btn:hover { background-color: #165cdb; } .forgot-link { display: block; margin: 12px 0; color: #1877f2; text-decoration: none; font-size: 14px; } hr { margin: 20px 0; border: 0; border-top: 1px solid #ddd; } .create-account { background-color: #42b72a; margin-top: 10px; padding: 10px; color: white; border: none; border-radius: 6px; width: 100%; font-size: 15px; font-weight: bold; cursor: pointer; } .create-account:hover { background-color: #36a420; } </style>

facebook

Log In Forgotten password?
Create New Account

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published