'Centering objects in Rmarkdown slide deck

In this book, section 7.3.3 Content classes show how to provide a two-column layout shown in the code block below:

.pull-left[
- One bullet.

- Another bullet.
]

.pull-right[
![an image](foo.png)
]

How can I do a three-column layout? Something like .pull-center[], which I'm not sure exists.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source