我要疯了,想弄清楚为什么这段代码不能将这两个 div 并排放置。我疯了吗?这是一个明显的修复吗?请帮忙!谢谢
<div id="masth" align="right">
<div id="mastleft">Creativene is a place for artists and art enthusiasts to come together to buy and sell art.<br>
<br>
Sign-up today!</div>
<div id="mastright"><img src="images/masthead.png" width="50%" height="50%">
</div>
</div>
<style>
#masth {
background: #F0F0F0;
border-radius: 50px;
width:100%;
padding: 30px;
}
#mastright {
float: left;
}
</style>