Next youll use CSS to apply styles to the link text for the navigation bar. Many web pages use images of colored rectangles with text inside them to create a navigation bar, but with CSS, all you need is linked text and some formatting. By using the display: block
property and setting a width to the block, you can effectively create the rectangles without the use of separate images.