我有一张有 2 行 6 列的表格。
我在玩,inspect element
并提供了我需要的解决方案(见下图)
如您所见,它现在看起来不错。
一旦我将它应用到网站的 css 中,它如下所示:
CSS
style1 //Categorie
{
width:175px;
display:inline-block;
}
.style2
{
width: 175px; //Klant
}
.style3
{
width:175px; // Website
}
.style4
{
width:175px; // Titel
}
我输入的代码是第一行(下拉菜单Categorie
)display:inline-block
任何人都知道结果可能会有所不同吗?
我需要将“Klant”移到左侧,靠近“Categorie”