unable to rendering well in browser #38466
Unanswered
ChiranRimal
asked this question in
General
Replies: 1 comment
-
Hey @ChiranRimal. I suppose that you picked this code from the Bootstrap documentation. The background and text colors are stored in the CSS of the Bootstrap documentation because the example here aims to only explain the concepts. You can try something like this to have colors and spacings for example: [class^="col"],
[class^="col"]>* {
padding-top:.75rem;
padding-bottom:.75rem;
background-color: yellow;
border: 1px solid red;
color: blue;
} Or use color utilities provided by Bootstrap if you prefer using classes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
well i tried this and didn't get any color as i suppose to
what could be the possible reason?
Beta Was this translation helpful? Give feedback.
All reactions