Tuesday, 21 July 2015

Web Designing Tutorials(Styling the HTML5 Tags)

The styling for our first HEADER tag is this:
HEADER#Banner {
width: 940px;
height: 100px;
margin: 5px auto;
border: 1px solid #000000;
text-align: center;
background-color: blue;
}
Notice the first line:

No comments:

Post a Comment