🎯
Focusing
Entrepreneur🧗 | BSD Co-founder & Ex CEO 👨💼 | Software Engineer 👨💻 | Data Scientist 🖥️| ML Developer 🤖 | UX Researcher
-
WeLink corp®
- tunisia
- www.welink-corp.com
- in/amine-ferjani-af
Pinned Loading
-
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: 1body::-webkit-scrollbar {
2width: 12px; /* width of the entire scrollbar */
3}
45body::-webkit-scrollbar-track {
-
Hide_wp_logo.php
Hide_wp_logo.php 1/*Remove WordPress menu from admin bar*/
2add_action( 'admin_bar_menu', 'remove_wp_logo', 999 );
3function remove_wp_logo( $wp_admin_bar ) {
4$wp_admin_bar->remove_node( 'wp-logo' );
5}
-
sign_up_deploymey.js
sign_up_deploymey.js 1<div id="register-page" class="page register-page">
234<aside class="bp-feedback bp-messages info">
5<span class="bp-icon" aria-hidden="true"></span>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.