diff --git a/guide/english/bootstrap/buttons/index.md b/guide/english/bootstrap/buttons/index.md index dc7416e5df..669d76f003 100644 --- a/guide/english/bootstrap/buttons/index.md +++ b/guide/english/bootstrap/buttons/index.md @@ -109,11 +109,26 @@ This is used to show that the button is disabled by fading the button. This can #### Bootstrap Outlined Buttons: -It is possible to also have outlined buttons rather than fully colored in ones. This is achieved by placing the mid fix `outline` between the button class you want. A sample usage would be as follows: + +It is possible to also have outlined buttons rather than fully colored buttons. This is achieved by placing the mid fix `outline` between the button class you want. A sample usage would be as follows: `` -Outlined buttons are a part of Bootstrap since version 4, please be sure that you are using the right version if you are unable to get them to work. +`` + +`` + +`` + +`` + +`` + +`` + +`` + +Outlined buttons are a part of Bootstrap since version 4 - please be sure that you are using the right version if you are unable to get them to work. #### Inline Buttons You can create inline button row by adding `.d-inline-block` class to the element which sets the display of the button to inline block. For example : ``