diff --git a/docker-compose.yml b/docker-compose.yml index 67b83b6..8a1ba96 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: build: context: . dockerfile: web/Dockerfile - image: codebeater:latest + image: kelompok12:latest container_name: phpapache ports: - "${APP_PORT}:80" diff --git a/src/css/style.css b/src/css/style.css index e69de29..c47ffd0 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -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; +} \ No newline at end of file diff --git a/src/index.php b/src/index.php index b795db4..f868f81 100644 --- a/src/index.php +++ b/src/index.php @@ -4,11 +4,11 @@