style/login #3

Merged
5803025046 merged 2 commits from style/login into dev 2025-11-17 20:55:08 -05:00
3 changed files with 15 additions and 4 deletions
Showing only changes of commit de8e602fe1 - Show all commits

View File

@ -6,7 +6,7 @@ services:
build:
context: .
dockerfile: web/Dockerfile
image: codebeater:latest
image: kelompok12:latest
container_name: phpapache
ports:
- "${APP_PORT}:80"

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

@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>login</title>
<link rel="stylesheet" href="/src/css/global.css">
<link rel="stylesheet" href="/src/css/style.css">
<link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/css/style.css?v=2">
</head>
<body>
<div class="container-login">