.borda-diferente {
    width: 300px;
    padding: 20px;
    margin: 20px auto;
    text-align: center;

    border-top: 5px solid red;       
    border-right: 5px dashed blue;    
    border-bottom: 5px dotted purple; 
    border-left: 5px double green;    
}
