Focus
div.menu-bar {
background-color: blue;
color: white;
height: 40px; /* Height of the menu-bar */
position: fixed;
text-align: center;
width: 100%
}
div.content {
margin-left: auto;
margin-right: auto;
padding-top: 40px; /* Height of the menu-bar */
width: 40%;
}
div.error-summary {
margin-top: 20px;
}
Name needs to have a value.
Age needs to have a value and is an integer between 0 and 150.