bootstrap-grid - 如何使用 Bootstrap 添加垂直按钮?

标签 bootstrap-grid

<分区>

如何使用 bootstrap 添加垂直按钮。

enter image description here

最佳答案

您可能希望使用 CSS 来旋转按钮内的文本。


# CSS file

.rotate {

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

}

关于bootstrap-grid - 如何使用 Bootstrap 添加垂直按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45877011/

相关文章:

html - Bootstrap 网格 [2 项] 在中心

html - 元素周围的背景,但不在其后面

html - 为什么我无法在 bootstrap 中开始新行?

java - 如何使用 thymeleaf 将值传递给 bootstrap 的数据?

html - 在 Bootstrap 网格中安排响应式 ImageView

html - 展开 Bootstrap 内联表单以适应列的全宽

css - 不换行 Bootstrap 列

php - 如何使用搜索框 Bootstrap 处理下拉列表中的大数据

css - 如何删除 Bootstrap 网格中列之间的空格?

html - 在 Bootstrap css 网格中展开列移动其他列