Inline an Image in CSS
Embed a small icon or background as a data URI in your stylesheet.
ဖိုင်များကို ဤနေရာတွင် ချပါ၊ သို့မဟုတ် ကြည့်ရှုရန် နှိပ်ပါ
PNG, JPG, WebP, GIF, SVG, AVIF, X, Image ဖိုင်အရွယ်အစား ကန့်သတ်ချက် မရှိ
သင်၏ ဖိုင်များသည် သင်၏ စက်ပစ္စည်းကို ဘယ်တော့မှ မထွက်ပါ။ လုပ်ဆောင်မှုများ အားလုံး သင်၏ ဘရောက်ဆာတွင် ဒေသတွင်းမှ ဖြစ်ပွားသည်။
Convert an image to a Base64 data URI you can paste directly into CSS, HTML, or Markdown — no separate file needed. Encoded in your browser; never uploaded.
CSS tips
The CSS snippet gives you a ready background-image: url(...) with the data URI inlined.
Inlining a small icon removes an HTTP request, which can speed up first paint.
Keep it to small images — Base64 is ~33% larger, so big images bloat your CSS.
Encoded in your browser — never uploaded.
