/* sample solution to style.css */
/* a border for each div so you can see what's going on */
#navbar {
background-color: black;
height: 30px;
width: 100%;
margin-top: -8px;
position: fixed;
}
.link{
color: blue;
display: inline;
padding: 20px;
}
#longBody{
border-style:solid;
border-width:4px;
width: 100%;
height: 1000px;
}
No comments:
Post a Comment