如何使用 bootstrap 将按钮放置在右上角?
原文:https://www . geesforgeks . org/how-to-place-button-in-右上角-use-bootstrap/
要将按钮放在右上角,有几种方法可以做到这一点。
-
The easiest way to do this, Set “pull-right” in button class. Example:
```html <!DOCTYPE html>
place button in top right cornerGeeksforGeek Button Text
```
输出:
-
The button group is used for more than one button like in this example. The button group is optional if you’re only using a single button. Example:
```html <!DOCTYPE html>
place button in top right cornerGeeksforGeeks
Languages```
版权属于:月萌API www.moonapi.com,转载请注明出处