Skip to content

Instantly share code, notes, and snippets.

@mkortib
mkortib / equalheightslick.js
Created July 4, 2019 07:21 — forked from proweb/equalheightslick.js
Slick carousel equal height slides
$(window).load(function() {
$('.slides').on('setPosition', function () {
$(this).find('.slick-slide').height('auto');
var slickTrack = $(this).find('.slick-track');
var slickTrackHeight = $(slickTrack).height();
$(this).find('.slick-slide').css('height', slickTrackHeight + 'px');
});
})
@mkortib
mkortib / sunbox.css
Created January 5, 2019 18:19
Stylish Buttons
==========================================
FINAL.CSS
These are the final styles for the project.
Course: CSS3 in 30 Days
Author: Brad Hussey
Website: codecollege.ca
========================================== */
button {
@mkortib
mkortib / gist:e029467b6037448ed019b4a9166eddd1
Last active January 5, 2019 16:44 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
We couldn’t find that file to show.
// Sass preloader
.loader
background: none repeat scroll 0 0 #ffffff
bottom: 0
height: 100%
left: 0
position: fixed
right: 0
top: 0
width: 100%