Skip to content

Instantly share code, notes, and snippets.

View kawsarahmedr's full-sized avatar
😀
Happy

Kawsar Ahmed kawsarahmedr

😀
Happy
View GitHub Profile
@kawsarahmedr
kawsarahmedr / html-breakpoints.html
Last active January 9, 2024 06:59
The Stndard Respoonsive Breakpoints in CSS | Breakpoints are customizable widths that determine how your responsive layout behaves across device or viewport sizes.
// Breakpoints:
// Breakpoints are customizable widths that determine how your responsive layout behaves across device or viewport sizes.
// Min-Width: These Sass mixins translate in our compiled CSS using the values declared in our Sass variables.
// For example:
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
// Medium devices (tablets, 768px and up)
@kawsarahmedr
kawsarahmedr / custom-wp-dashboard.php
Last active August 9, 2023 23:01
Custom WordPress Welcome Admin Dashboard plugin will replaces the default WordPress admin dashboard with a new custom menu page. It works when the user has 'Read' capability & do not has no 'Manage_Options' capability
<?php
/**
* Plugin Name: Custom WordPress Welcome Admin Dashboard
* Plugin URI: https://gist.github.com/wpfresher/8d3680d4d9d6d86f22f7f6cb1662ab1a
* Description: This plugin will replaces the default WordPress admin dashboard with a new custom menu page. It works when the user has 'Read' capability & do not has no 'Manage_Options' capability
* Version: 1.0.0
* Author: Kawsar Ahmed
* Author URI: http://wpfresher.com/
* Developer: Kawsar Ahmed
* Developer URI: http://wpfresher.com/