Skip to content

Instantly share code, notes, and snippets.

View aelarassi's full-sized avatar
👨‍💻
Happy Coding

ABDELAZiZ EL ARASSi aelarassi

👨‍💻
Happy Coding
View GitHub Profile
::-webkit-scrollbar {/* entire scrollbar scope */}
::-webkit-scrollbar-button {/* directional buttons at the top and bottom of the scrollbar */}
::-webkit-scrollbar-track {/* space below the scrollbar */}
::-webkit-scrollbar-track-piece {/* not covered area by the scrollbar-thumb */}
::-webkit-scrollbar-thumb {/* draggable scrollbar itself */}
::-webkit-resizer {/* resizser at the bottom of the scrollbar */}
::-webkit-scrollbar-corner {/* bottom of the scrollbar without resizse */}
@aelarassi
aelarassi / media-query.css
Created December 10, 2019 09:50 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS