์ถ๋ ฅ ๊ฒฐ๊ณผ
์ฝ๋
<!--๋ก๊ทธ์ธ ํ์ด์ง-->
<!-- login.html-->
<!DOCTYPE html>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<html xmlns:th="http://www.thymeleaf.org" lang="en">
<head>
<meta charset="UTF-8">
<link rel="canonical" href="https://getbootstrap.com/docs/4.6/stylesheets/sign-in/">
<link href="stylesheets/signin.css" rel="stylesheet">
<title>๋ก๊ทธ์ธ</title>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<div class="container"style="width: 330px;">
<h1 style="padding-left: 90px;">๋ก๊ทธ์ธ</h1>
<form th:action="@{http://localhost:8080/api/login}" method="post">
<div class="form-group">
<label th:for="username">์์ด๋</label>
<input type="text" name="userEmail" class="form-control" placeholder="์์ด๋ ์
๋ ฅํด์ฃผ์ธ์">
</div>
<div class="form-group">
<label th:for="password">๋น๋ฐ๋ฒํธ</label>
<input type="password" class="form-control" name="userPassword" placeholder="๋น๋ฐ๋ฒํธ ์
๋ ฅํด์ฃผ์ธ์">
</div>
<button type="submit" class="btn btn-primary"style="margin-left: 6-;margin-left: 65px;">๋ก๊ทธ์ธ</button>
<button type="button" class="btn btn-primary" onClick="location.href='join'">ํ์ ๊ฐ์
</button>
</form>
<br/>
</div>
</body>
</html>
'HTML + CSS ์๋ฆฌ์ฆ๐ธ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์นด๋ UI + ๋ท ๋ฐฐ๊ฒฝ ๊ตฌ๋ถ [๊ตฌ๋ถ์ ์นด๋ UI] - feat.chatgpt (0) | 2024.04.08 |
---|