chore: template cleanup

!1
This commit is contained in:
2024-05-13 20:00:17 +09:30
parent 30e7c8de42
commit 0d1b31f9f0
11 changed files with 38 additions and 370 deletions

View File

@ -19,7 +19,7 @@ h1 {
h2 {
width: 100%;
background-color: aqua;
background-color: #fff;
height: 80px;
line-height: 80px;
text-align: center;
@ -58,7 +58,7 @@ article {
}
footer {
background-color: cadetblue;
background-color: #fff;
width: 100%;
height: 76px;
line-height: 76px;

View File

@ -96,3 +96,13 @@ input[type=checkbox]:checked:after,
input[type=checkbox]:checked::after {
content: "\2714";
}
input[type=submit] {
color: #fff;
background-color: blue;
height: 30px;
border: none;
border-radius: 5px;
cursor: pointer;
}