Why does the text in the span tags not center?

Anushbum

New Member
I am not exactly sure why the text does not center in the title class span.\[code\]<div id="vid_display"> <span class="title">SampleText</span></br> <span class="desc">Sample Desc</span></div>\[/code\]Stylesheet\[code\]#vid_display {height: 500px;width: 700px;box-shadow: 10px 10px 5px #888;}.title {font-family: cursive;font-size: 20px;font-style: bold;text-align: center;}\[/code\]
 
Top