Skip to content

Instantly share code, notes, and snippets.

View Xilantra's full-sized avatar
🛫
Super duper busy

Afiq Xilantra Azmi Xilantra

🛫
Super duper busy
View GitHub Profile
@Xilantra
Xilantra / komponen-web.md
Created May 24, 2023 01:49
Senarai Terjemahan Komponen Web dari Bahasa Inggeris ke Bahasa Malaysia
English Bahasa Malaysia
Button Butang
Dropdown Menu Turun
Radio Button Butang Radio
Checkbox Kotak Semak
Textbox Kotak Teks
Label Label
Image Imej
Video Video
@Xilantra
Xilantra / dabblet.css
Created April 20, 2012 07:15 — forked from chriscoyier/dabblet.css
Triangle with Shadow
/*
Triangle with Shadow
*/
.triangle-with-shadow {
width: 100px;
height: 100px;
position: relative;
overflow: hidden;
box-shadow: 0 16px 10px -17px rgba(0,0,0,0.5);