css for adding bar at the bottom of slides #521
Answered
by
yhatt
SoumayaMauthoorMOJ
asked this question in
Q&A
-
I'm creating a custom theme. Is there a way to add a bar or box at the bottom of slides without passing in an image? Similar to this theme , but at the bottom instead of at the top? |
Beta Was this translation helpful? Give feedback.
Answered by
yhatt
Jul 9, 2024
Replies: 1 comment 1 reply
-
section {
box-shadow: inset 0 -10px 0 red;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SoumayaMauthoorMOJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Show the example at JSFiddle...