منسق CSS
src
/
tools
/
منسق CSS
تصغير
تجميل
كود الإدخال
body { background: #000; color: #fff; } .header { display:flex; justify-content: space-between; }
الإخراج
body { background: #000; color: #fff; } .header { display: flex; justify-content: space-between; }