Newbie List of style shortcuts #37418
Unanswered
profhuster
asked this question in
General
Replies: 1 comment 2 replies
-
Hi @profhuster Those classes can be found in the Utilities section from the Sidebar. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TLDR: Need list of styling shortcuts
I am running Bootstrap on a Raspberry Pi Pico W (no Javascript) and I got my web site working. Cool. I followed Kevin McAleer's video here.
He did a lot of formatting by saying and typing things like this is a nav link, give it some space around it that is what
ms-2
means. While going over the code<a class="navbar-brand mx-2" href="/">
Another example he says I'll give a color theme
bg-light
This is all bootstrap. Make it rounded. ... so on.<div class="container bg-light rounded m-3 p-3">
My question: How can I find a list of the styling shortcuts? These things like
mx-2
,m-3
,bg-light
, etc?I looked through the documentation like for buttons, and on the page is CSS, but I haven't been able to translate the CSS into these styling shortcuts.
Please help.
Beta Was this translation helpful? Give feedback.
All reactions