style/login #3
@ -6,7 +6,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: web/Dockerfile
|
dockerfile: web/Dockerfile
|
||||||
image: codebeater:latest
|
image: kelompok12:latest
|
||||||
container_name: phpapache
|
container_name: phpapache
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:80"
|
- "${APP_PORT}:80"
|
||||||
|
|||||||
@ -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;
|
||||||
|
}
|
||||||
@ -4,11 +4,11 @@
|
|||||||
<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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user