Correcting teacher:天蓬老师
Correction status:qualified
Teacher's comments:真用心, 这个网站后台看上去像那么回事了
http://xuanransoftware.com/phpStudy/0405/
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
align-items: center;
}
form {
padding: 20px;
box-shadow: 0 0 8px #888;
border-radius: 10px;
margin: auto;
background-color: lightskyblue;
display: grid;
gap: 15px;
}
form fieldset {
align-items: center;
}
h2 {
color: forestgreen;
}
.nav {
font-size: large;
font-weight: bold;
align-items: center;
display: flex;
height: 50px;
background-color: white;
}
.nav ul {
display: flex;
list-style: none;
}
.nav ul a {
color: blue;
text-decoration: none;
padding: 0 15px;
}
button {
height: 30px;
width: 100;
border: none;
outline: none;
background-color: lightseagreen;
color: white;
}
button:hover {
background-color: lightsalmon;
cursor: pointer;
}
#asideH {
font-size: large;
font-weight: bold;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: yellowgreen;
}
.asideC {
font-size: small;
}