我希望 h3“广告商”将在“MYNAME”一词下对齐
这是小提琴的例子:http: //jsfiddle.net/Uvv9M/2/
的CSS:
#first_section {
margin: 0 auto;
margin-top: 200px;
width: 100%;
height: 776px;
font-family: 'Raleway', sans-serif;
}
#square {
width:865px;
height:3px;
background-color: black;
margin:0 auto;
}
#first_section_txt {
width:100%;
margin:0 auto;
text-align:center;
font-size:2em;
word-wrap:word-break;
font-family:'Source Code Pro', sans-serif;
}
#first_section img {
margin-left: 25%;
margin-top: -90px;
clear: both;
}
.clear_both {
clear: both;
}
h1 { font-family: 'Source Code Pro', sans-serif;
font-weight: 500;
font-size: 111px;
display: inline;
color: #4a4949;
}
h2 { font-family: 'Source Code Pro', sans-serif;
font-weight: 400;
font-size: 111px;
display: inline;
color: #c0c0c0;
}
h3 { font-family: 'Source Code Pro', sans-serif;
font-weight: 200;
font-size: 25px;
display: inline;
color: #a7a7a7;
float: right;
}