Wednesday, May 06, 2015

كولم برنت بيج

@media screen {
    article.test2{
       // column-count: 1;
        font-size: 14px;
        color:blue;
        
    }   
    
   
}



@media print {
        article.test2{
        //column-count:3;
        width: 40%;
        font-size: 24px;
        color:green;

    
    
    
}

@media screen and (max-width:480px) // for iphone only
{
    article.test2{
    width: 95%;
    font-size: 10px;
        
        
    }
    

    
}


@media screen and (max-width:1100px) // for samsung only
{
    article.test2{
    width: 95%;
    font-size: 10px;
        
        
    }
    
}

Post a Comment

Whatsapp Button works on Mobile Device only

Start typing and press Enter to search