我的布局在屏幕的左上角显示一个徽标,我想在其右侧显示标题文字。 我发现在响应式布局中,无论屏幕宽度如何,如果我能够将标题文本置于屏幕右侧66%的中心,那将会很好看。 有没有聪明的方法来实现CSS?
基本上,我当前的布局代码就像
<div id="header">
<div id="title">
</div>
</div>
使用CSS
.header {width:100%; height:92px; overflow:hidden; position:relative; background:#7196CB url(/css/header_logo.jpg) no-repeat;}