Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jsp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html Metro UI-在与右侧对齐的按钮之间添加边距_Html_Css_Metro Ui Css - Fatal编程技术网

Html Metro UI-在与右侧对齐的按钮之间添加边距

Html Metro UI-在与右侧对齐的按钮之间添加边距,html,css,metro-ui-css,Html,Css,Metro Ui Css,我是Metro UI框架的新手,目前正在努力在两个按钮之间添加一个简单的边距 这是当前的速度代码: 如何在右侧的两个按钮之间添加简单的边距?使用。您可以添加页边距,然后关闭不需要的页边距: <button class="button secondary place-right margin10 no-margin-right no-margin-top no-margin-bottom"> Book off </button> 登记 不幸的是,Metro

我是Metro UI框架的新手,目前正在努力在两个按钮之间添加一个简单的边距

这是当前的速度代码:

如何在右侧的两个按钮之间添加简单的边距?

使用。您可以添加页边距,然后关闭不需要的页边距:

<button class="button secondary place-right margin10 no-margin-right no-margin-top no-margin-bottom">
    Book off
</button>

登记

不幸的是,Metro UI没有提供特定的左/右/上/下边距。

没关系-最后我决定更改HTML结构,如图所示。无论如何谢谢你