
Adding CSS Padding or Margin
I'm trying to add some padding or margin to the bottom of the player via CSS.
Seems like it should be straight forward but I'm not getting the results I was anticipating.
I added the CSS inline for testing purposes. Will move to a style sheet after
<div id="ABC" class="videoplayer" style="margin-bottom: 15 px">Yikes! Something went wrong. You should be seeing a video instead of this text.</div>
<script type='text/javascript'>...
What I *think* should happen is that their should be 15 pixels of space at the bottom of the player but nothing happens.
Am I either 1) not thinking this through correctly or 2) not doing it correctly all together?
Thank you