This commit is contained in:
rca 2024-08-15 05:00:31 +09:00
parent a78672571e
commit 11daf4a2ab
2 changed files with 26 additions and 6 deletions

View File

@ -4,3 +4,23 @@
margin: 0 auto;
}
/* スクショimg要素を中央揃え横並びで表示させる*/
.ss_img {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0 auto;
width: 100%;
max-width: 100%;
padding: 0;
list-style: none;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
.ss_img img {
height: 120mm;
margin: 0 auto;
}

View File

@ -1,6 +1,12 @@
# 保護者アカウントログイン/登録
## アカウント登録
<div class="ss_img">
![新規登録画面](/documents/img/ss/parent_register.png)
</div>
### 概要
- 初期状態で表示されるログイン画面左下の`新規登録`ボタンから登録画面へ推移できます。
- 資格情報を入力し、`新規登録`ボタンを押すことでアカウント登録できます。
@ -13,9 +19,3 @@
- パスワード
- 現時点で形式のバリデーションはありません。
<div class="screenshot_side">
![新規登録画面](/documents/img/ss/parent_register.png)
</div>