ユーザー

This commit is contained in:
2025-12-07 20:23:29 +09:00
parent 4f70e6d4e4
commit d5428d7514
11 changed files with 476 additions and 2 deletions

View File

@@ -55,6 +55,14 @@ header, main, footer {
padding-bottom: 10px;
}
.errormes {
background: #ee4030;
color: #fcfcfc;
border: 4px inset #b61729;
border-radius: 2px;
padding: 2px;
}
h1.paragraph, p.paragraph {
text-align: left;
}