@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user