Step 9
Add the following content to style.css
:
body {
text-align: center;
color: aliceblue;
background-color: darkblue;
}
.output {
border: 3px solid white;
margin-top: 20px;
display: none;
}
Commit the changes:
git commit -am "Add basic styling."