【发布时间】:2015-08-24 22:47:52
【问题描述】:
大家好,我正在尝试将我的照片链接与我的图像转换器对齐,请查看我的网站https://www.tagadoor.com/converter/ 你会看到油画在浮雕两个链接的顶部,这是我的 css
<style>
.header {width: 98.6%;}
.pdf{border-radius : 11px;}
.pdf{height : 37px; width : 183px;}
.pdf{vertical-align : top; margin : 18px;}
.pdf{font-style: oblique; font-size: 80%; font-weight: bold;}
.pdf{cursor: pointer;}
.piper{
width: 170px;
}
div.pipy {
display: inline-block;
-moz-column-count: 3;
-webkit-column-count: 3;
colum: 3;
-webkit-column-gap: 43px;
-moz-column-gap: 43px;
column-gap: 43px;
}
div.pipy{
margin-top: 33px;
}
span {font-style: italic;}
</style>
另外,请告诉我您可能有的任何建议,如果您想测试一下,所有转换器都可以工作。非常感谢您对此进行调查。
【问题讨论】: