Posts by Kadi • 3 points
2 posts
-
0
votes2
answers1072
viewsA: How to center an input on a grid in Bootstrap 4?
You can use Flex display on the parent (image) Ex: html, body { height: 100%; min-height: 100%; } body { font: 20px arial; color: #000; } .wrapper { height: 100%; min-height: 100%; /* habilita o…
-
0
votes1
answer118
viewsQ: How do I switch a class of buttons that trigger a player to appear and hide?
I have 3 buttons in Link format with the classes: . icon-play, . icon-pause and . icon-download, I want to change the play class with pause, as well as the reverse without influencing the download…