html - Trying to resize the navbar, change font size, and center the text -
i'm trying create navbar website. i've gone through css , tried resize navbar , align text. don't know i'm going wrong. here section of css. .nav { font-family: "indie flower", serif; font-size: larger; color: white; } #navwrapper{ width = 100% float: left; margin: 0 auto; list-style : none font-family: "indie flower", arial; background-color: red; height = 10px; text-align = "center"; } also html <body> <div id="main" class="main" style ="text-align = center"> </div> <div id = "navwrapper"> <p class = "nav">holder</> </div> <br> <iframe src = "http://chrisfoose.blogspot.com" width = "100%" height = "300" frameborder = "0"> <p>unfortunately browser not support dynamic content.</p> </iframe> </div> </body> also, link current results are: ...