From a7b99349f47147065413eb3d8d013c928dbdd491 Mon Sep 17 00:00:00 2001 From: Soojeong <75717432+soojeongmin@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:37:33 +0900 Subject: [PATCH] Update index.html --- Main/index.html | 58 ------------------------------------------------- 1 file changed, 58 deletions(-) diff --git a/Main/index.html b/Main/index.html index 7d21d45..17e9c16 100644 --- a/Main/index.html +++ b/Main/index.html @@ -24,46 +24,6 @@ display: none; } - #login-container { - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - position: absolute; - width: 200px; - height: 200px; - color: white; - border-radius: 15px; - padding: 30px; - background-color: black; - } - - #login-container input { - margin: 5px 0; - padding: 10px; - width: 100%; - box-sizing: border-box; - } - - #login-container button { - margin: 5px 0; - padding: 10px; - width: 100%; - cursor: pointer; - border: none; - background-color: #FBC70E; - color: black; - } - - #login-container button:hover { - background-color: rgb(255, 187, 0); - } - - #login-error { - color: red; - display: none; - } - .modal { display: none; position: fixed; @@ -117,13 +77,6 @@
-아이디 혹은 비밀번호가 잘못되었습니다.
-