Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

Breakup Points – Media Queries Followed By Bootstrap 4

Here is a CSS media queries extracted from Bootstrap 4 – mobile first framework for website user-interface development. CSS Media Queries // Extra small devices (portrait phones, less than 576px) @media (max-width: 575.98px) { … } // Small devices...

Bootstrap 4 – Sass Mixins

// No media query necessary for xs breakpoint as it’s effectively `@media (min-width: 0) { … }` @include media-breakpoint-up(sm) { … } @include media-breakpoint-up(md) { … } @include media-breakpoint-up(lg) { … } @include...

Text Animation via CSS and JavaScript

Here are some of the links I found useful for Text animations. I will be updating it with more cool resources out there. Cheers! https://demo.tutorialzine.com/2011/09/shuffle-letters-effect-jquery/ http://git.blivesta.com/chaffle/...