Skip to content

Instantly share code, notes, and snippets.

View humayunahmed8's full-sized avatar
🤡
code fool

Humayun Ahmed humayunahmed8

🤡
code fool
View GitHub Profile
@humayunahmed8
humayunahmed8 / 404.css
Last active December 8, 2017 05:57
WP 404!! Page
/* -404 Page CSS
-------------------------------------------------------------------------*/
.wrap {
font-family: 'Open Sans', sans-serif;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
background-attachment: fixed;
height: 100%;
display: flex;
@humayunahmed8
humayunahmed8 / nav_menus.php
Created December 8, 2017 06:02
WP Register Nav menus
<?php
// Register Nav Menu
function our_theme_setup(){
// Register header and footer menu
register_nav_menus(array(
'header_menu'=>'Active Header Menu',
@humayunahmed8
humayunahmed8 / scopes.txt
Created December 10, 2017 09:41 — forked from iambibhas/scopes.txt
Sublime Text 2: Snippet scopes
Here is a list of scopes to use in Sublime Text 2 snippets -
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++
Clojure: source.clojure
CoffeeScript: source.coffee
—– BEGIN LICENSE —–
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
@humayunahmed8
humayunahmed8 / Flex Blog.txt
Created December 19, 2017 12:08
Some imoportant blog for flexbox
Important Blog for Flexbox:
===========================
1. flex-basis: http://gedd.ski/post/the-difference-between-width-and-flex-basis/
==============
2. complete guide to flexbox: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
=============================
@humayunahmed8
humayunahmed8 / Flex_Info.txt
Created December 19, 2017 12:09
Flex container and item property
Container Properties:
=====================
1. flex-direction
2. justify-content
3. flex-wrap
4. align-items
5. align-content
@humayunahmed8
humayunahmed8 / FlexSupport.txt
Created December 19, 2017 12:09
Flex browser support documentation
A Note On Browser Support:
==========================
1. Subject:Flexbox: How to Deal with Older Browsers?
____________________________________________________
https://medium.com/css-mine/flexbox-how-to-deal-with-older-browsers-fbf6eb8c7a65
2. Browser Support Information and Their Prefixes:
__________________________________________________
@humayunahmed8
humayunahmed8 / emmet.txt
Created December 20, 2017 15:21
Emmet | Cheat Sheet
Emmet | Cheat Sheet
====================
Margin and Padding:
====================
.margin-and-padding{
margin: 0;
padding: 0;
}
@humayunahmed8
humayunahmed8 / sass-responsive.scss
Created December 27, 2017 14:49
Sass responsive Media with if, else & Dynamic Media Query with Mixin
/*==============================
Sass Advanced Media Query
===============================*/
@mixin mq($value){
@if $value == 'medium' {
@media only screen and (min-width: 992px) and (max-width: 1200px) {
@content;
}/* Large devices (desktops, 992px and up) */
@humayunahmed8
humayunahmed8 / Awesome_web.txt
Last active October 3, 2022 05:33
Some Awesome Designed Web Address
Some Awesome Designed Web Address:
===================================
1. http://codecorns.com/downloads/boston/ (for scroll to top)
2. https://nicescroll.areaaperta.com/ (for nicescroll)
3. www.maxthon.com/hd/superbrowserfb/(for slider)
4. https://www.netlify.com/blogs/ (for box hover)