Skip to content

Instantly share code, notes, and snippets.

View daviassumpcao's full-sized avatar

Davi Assumpção daviassumpcao

View GitHub Profile
@Kirbaba
Kirbaba / Slick Slider with auto width.markdown
Created October 20, 2015 10:06
Slick Slider with auto width
@gokulkrishh
gokulkrishh / media-query.css
Last active October 28, 2025 18:36
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */