Skip to content

Instantly share code, notes, and snippets.

@drawby
Created July 29, 2014 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drawby/ee39f0e3791a4ebe181d to your computer and use it in GitHub Desktop.
Save drawby/ee39f0e3791a4ebe181d to your computer and use it in GitHub Desktop.
A Pen by drawby.
<div class="container">
<div class="col-md-8">
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/UWy9a_EVJm0?autoplay=1&amp;showinfo=0"></iframe></div>
<div class="adbanner">
<span class="hidden-xs">Download now!</span>
<a href="itunes"><img src="http://i57.tinypic.com/1585848.png"></a>
<a href="spotify"><img src="http://i57.tinypic.com/1585848.png"></a>
</div>
</div>
</section>
</div>
</div>
.adbanner{
background:linear-gradient(to bottom, #e520b4 0%,#ff147d 100%);
height:60px;
width:100%;
background-repeat: no-repeat;
background-color:#e520b4;
padding:10px;
text-align:right;}
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
.adbanner{
background-image:url("http://i57.tinypic.com/9748w9.png");
background-color:#e520b4;
} }
body{background-color:black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment