Skip to content

Instantly share code, notes, and snippets.

View srinivasKandukuri's full-sized avatar
🪱
C4R4X35

SK srinivasKandukuri

🪱
C4R4X35
View GitHub Profile

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@srinivasKandukuri
srinivasKandukuri / media-query.css
Created July 7, 2018 12:38 — 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