Skip to content

Instantly share code, notes, and snippets.

@Robin-bob
Robin-bob / .css
Last active July 8, 2016 09:46
download chapters in program page
/* -------------------- DOWNLOAD BLOCK -------------------- */
.download-block {
padding: 10px 20px;
background-color: #363f4b;
margin-top: 20px;
color: #fff;
}
.download-block__title {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
text-transform: uppercase;
@Robin-bob
Robin-bob / .html
Created July 6, 2016 16:57
fixed button if footer scroll to top page
<!-- to up button -->
<div class="to-up">
<i class="fa fa-arrow-up" aria-hidden="true"></i>
</div>
<!-- end to up button -->
@Robin-bob
Robin-bob / _slider.liquid
Last active July 8, 2016 14:09
Custom slider with video background.
<section class="slider-first-screen">
<div class="slider">
{% if settings.data.slide_1.image_1_1250x710 != "" or settings.data.slide_1.video_1 != "" %}
<div>
<div class="slider-first-screen__shadow--top"></div>
{% if settings.data.slide_1.video_1 != "" %}
<video class="slider-first-screen__video" loop autoplay>
<source src="{{settings.data.slide_1.video_1}}" type="video/mp4">
</video>
{% endif %}