关于logo(前端开发教程)垂直居中的问题
<style type="text/css"> * { margin:0; padding:0; font-size:12px; color:#333; font-family:Verdana, Geneva, sans-serif, "宋体"; list-style:none; } a { text-decoration:none; } a:hover { text-decoration:underline; color:#ff0000; } p { line-height:24px; } #wrap { width:780px; margin:0 auto; padding:0 10px 10px; border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7; } #header { width:100%; overflow:hidden; } .logo { width:100%; height:80px; line-height:80px; font-size:30px; font-family:"微软雅黑"; background:#3399cc; color:#fff; text-indent:30px; }
以上是相关代码 请问是哪个地方控制了logo(前端开发教程)这几个字垂直居中的。