Compare commits

...

5 Commits

Author SHA1 Message Date
Carolus Bramnatyo Seno Mahesworo
cd93129ba3 fix: merge conflict 2025-11-18 09:15:49 +07:00
Carolus Bramnatyo Seno Mahesworo
e3dc5c9516 Merge branch 'dev' of https://git-eng.ukwms.ac.id/2526-web/kelompok12-codebeater into feat/login 2025-11-18 08:57:22 +07:00
4784b81db1 style/login: merge commit 2025-11-17 20:55:08 -05:00
Matthew Florentino
de8e602fe1 style: fix bug 2025-11-14 14:45:29 +07:00
Matthew Florentino
379c264987 style: add basic structure index.php and global css 2025-11-13 20:35:57 +07:00
2 changed files with 14 additions and 4 deletions

View File

@ -0,0 +1,11 @@
.container-login {
display: flex;
width: 100%;
height: 100dvh;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container-login h1 {
font-size: 100px;
}

View File

@ -36,18 +36,17 @@ $db->close();
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>login</title> <title>login</title>
<link rel="stylesheet" href="/src/css/global.css"> <link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/src/css/style.css"> <link rel="stylesheet" href="/css/style.css?v=2">
</head> </head>
<body> <body>
<div class="container-login"> <div class="container-login">
<h1 data-aos="zoom-out" data-aos-duration="1000">codebeater</h1> <h1 data-aos="zoom-out" data-aos-duration="1000">codebeater</h1>
<form class="login-form" action ="index.php" method="POST"> <form class="login-form" action ="index.php" method="POST">
<h2 data-aos="fade-up" data-aos-duration="1000">Login to your account</h2> <h2 data-aos="fade-up" data-aos-duration="1000">Login to your account</h2>