Skip to content

Instantly share code, notes, and snippets.

View husain100b's full-sized avatar

Husain Ahmmed husain100b

View GitHub Profile
@husain100b
husain100b / this.html
Last active January 11, 2018 08:52
This in JavaScript
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script>
@husain100b
husain100b / ResponsiveQuery
Created March 25, 2017 02:21
Responsive Layout Query
/* Desktop layout :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
}
/* Tablet layout :768px */
@media (min-width: 768px) and (max-width: 991px) {
}
@husain100b
husain100b / 0_reuse_code.js
Created March 11, 2017 18:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@husain100b
husain100b / frontendDevlopmentBookmarks.md
Last active September 22, 2015 00:45 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.