diff --git a/employee-login.html b/employee-login.html index a8741fe..bd7903e 100644 --- a/employee-login.html +++ b/employee-login.html @@ -45,7 +45,7 @@ - + + + + +
+

QR Code Scanner

+
+
+ Logout +
+ + + + \ No newline at end of file diff --git a/style.css b/style.css index 69f5485..2a0462a 100644 --- a/style.css +++ b/style.css @@ -87,3 +87,40 @@ button { button:hover { background-color: #218838; } + +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + background-color: #f8f9fa; + text-align: center; +} +.container { + max-width: 800px; + margin: 50px auto; + background: white; + padding: 20px; + border-radius: 10px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} +h2 { + color: #28a745; +} +p { + text-align: left; + line-height: 1.6; +} +.team-member { + margin: 20px 0; +} +.team-member img { + border-radius: 50%; + width: 150px; + height: 150px; +} +.team-member h3 { + margin: 10px 0 5px; +} +.team-member p { + margin: 0; +} \ No newline at end of file