Skip to content
View amine-f's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report amine-f

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Styling Scrollbars in Chrome, Edge, ... Styling Scrollbars in Chrome, Edge, and Safari Currently, styling scrollbars for Chrome, Edge, and Safari is available with the vendor prefix pseudo-element -webkit-scrollbar. Here is an example that uses ::-webkit-scrollbar, ::-webkit-scrollbar-track, and ::webkit-scrollbar-thumb pseudo-elements:
    1
    body::-webkit-scrollbar {
    2
      width: 12px;               /* width of the entire scrollbar */
    3
    }
    4
    
                  
    5
    body::-webkit-scrollbar-track {
  2. Hide_wp_logo.php Hide_wp_logo.php
    1
    /*Remove WordPress menu from admin bar*/
    2
    add_action( 'admin_bar_menu', 'remove_wp_logo', 999 );
    3
    function remove_wp_logo( $wp_admin_bar ) {
    4
    	$wp_admin_bar->remove_node( 'wp-logo' );
    5
    }
  3. sign_up_deploymey.js sign_up_deploymey.js
    1
    <div id="register-page" class="page register-page">
    2
    
                  
    3
    		
    4
    			<aside class="bp-feedback bp-messages info">
    5
    	<span class="bp-icon" aria-hidden="true"></span>