Skip to content

Instantly share code, notes, and snippets.

View in43sh's full-sized avatar
🎯
Focusing

Sergey Sherstobitov in43sh

🎯
Focusing
  • Seattle
  • 05:32 (UTC -07:00)
View GitHub Profile
@martensonbj
martensonbj / readme-template.md
Created February 16, 2017 19:21
Personal project README template

Project Name & Pitch

Example:

TweetWorld

An application used to filter data form Twitter based on user preference, built with React, Redux, JavaScript, and CSS.

Project Status

(only necessary if incomplete)

@gokulkrishh
gokulkrishh / media-query.css
Last active May 17, 2024 04:45
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */