橫幅的字如何往上一點 - 部落格

Table of Contents


這是我的BLOG

http://pusy.pixnet.net/blog

因為我對CSS不熟

所以我都是邊改邊按預覽才知道自己到底改了哪裡

不過橫幅上面的字,我實在不知道在CSS裡要怎麼改

想請問才能把字往上放一點不要跟圖片的字混在一起?

我希望把這段文字能放到頂端一點

----------------------------

pusy * 生活樂

用照片、文字、食物記錄我的生活
食記僅供參考,我不是美食家,也不是專職的食記作者

----------------------------


附上前面部份的CSS原始碼,請指點我迷津 >"<

#comment-form table {
width:96%;
margin:0 auto;
}

#comment-form input#send-comment {
padding:3px 5px;
}

.article-content p {
margin-bottom:1em;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

address,caption,cite,code,dfn,em,th,var {
font-style:normal;
font-weight:400;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:400;
}

q:before,q:after {
content:'';
}

pre {
font-size:1em;
}

.article-content {
_height:1%;
overflow:hidden;
_overflow:none;
line-height:140%;
margin:5px 0;
}

body {
font-size:small;
font-family:Verdana;
background-image:url(none);
background-color:#eee;
background-position:undefined;
}

a {
color:#006842;
text-decoration:none;
}

a:hover {
color:red;
text-decoration:underline;
}

#authority {
background:#fff;
text-align:center;
padding:5px 0;
}

#authority a {
background:#888;
color:#fff;
padding:5px 10px;
}

#container {
width:900px;
background:#eee;
margin:5px auto;
}

#container2 {
padding:5px;
}

#header {
background:transparent;
margin-bottom:5px;
background-image:url(http://ext.pimg.tw/pusy/4a87b082aedd5.jpg);
background-color:#cfe2f5;
background-position:center;
background-repeat:no-repeat;
padding:100px;
}

#banner h1 a {
font-size:large;
font-weight:900;
}

#navigation {
background:transparent;
overflow:hidden;
_overflow:none;
_height:1%;
padding:10px;
}

#navigation a {
display:block;
width:90px;
text-align:center;
color:#fff;
background:transparent;
padding:3px 0;
}

#navigation li {
float:left;
margin:0 10px 0 0;
}



--

All Comments