私は Html が初めてで、複数の div を横に並べて配置しようとしています。float プロパティと display inline プロパティも試しましたが、何も正しく動作しません。誰かがその方法を提案できますか?
私のコード:
#display2letter
{
width:150px;
height:50px;
background-color:grey;
box: 10px 10px 5px #888888;
}
#display3letter
{
width:150px;
height:50px;
background-color:blue;
box: 10px 10px 5px #888888;
}
#display4letter
{
width:150px;
height:50px;
background-color:grey;
box: 10px 10px 5px #888888;
}
#one
{
position:fixed;
left:23%;
}
#two
{
position:fixed;
left:23%;
}
#three
{
position:fixed;
left:23%;
}
ここにフィドルがあります