Skip to content

Instantly share code, notes, and snippets.

View AmmarYasserAllaithy's full-sized avatar
🔎
Open to work

Ammar Yasser Allaithy AmmarYasserAllaithy

🔎
Open to work
View GitHub Profile
@AmmarYasserAllaithy
AmmarYasserAllaithy / water.css
Last active May 21, 2024 00:35
Pure CSS3 Water Wave Text Animation Effects Using CSS Clip-path
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #000015;
}
@AmmarYasserAllaithy
AmmarYasserAllaithy / PC-Keyboard-Shortcuts.md
Last active August 28, 2021 18:45
PC Keyboard Shortcuts

Shortcut Keys System

Shortcut Usage
Ctrl + A Select All
Ctrl + C Copy
Ctrl + X Cut
Ctrl + V Paste
Ctrl + Z Undo
Ctrl + B Bold
@AmmarYasserAllaithy
AmmarYasserAllaithy / WBS.css
Last active January 5, 2021 10:25
Work Breakdown Structure - Project Management - NTI
* {
box-sizing: border-box;
}
*:not(ol),
.abstract {
padding: 0;
margin: 0;
}