← Back to Posts

noprint css

👤 علی ذوالفقار 📅 1399/04/18 07:27:05 👁️ 832 views
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
← Back to Posts