Skip to content

Instantly share code, notes, and snippets.

View phucngo2's full-sized avatar
🦌
Shikanoko Nokonoko Koshitantan!

Phúc Ngô phucngo2

🦌
Shikanoko Nokonoko Koshitantan!
View GitHub Profile
@spemer
spemer / customize-scrollbar.css
Last active August 8, 2024 17:02
✨ Customize website's scrollbar like Mac OS. Not supports in Firefox and IE.
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
/* total width */
body::-webkit-scrollbar {
background-color: #fff;
width: 16px;
}
/* background of the scrollbar except button or resizer */
@hibiyasleep
hibiyasleep / GodDrinksJava.java
Last active October 13, 2024 05:26
world.execute(me);
package goddrinksjava;
/**
* The program GodDrinksJava implements an application that
* creates an empty simulated world with no meaning or purpose.
*
* @author momocashew
* @lyrics hibiyasleep
*/