Is there anyway to condense the following into one line? I use this syntax a lot and would like to speed up my coding.
border: 1px solid;
border-color: #ccc #ccc #999 #ccc;
Is there anyway to condense the following into one line? I use this syntax a lot and would like to speed up my coding.
border: 1px solid;
border-color: #ccc #ccc #999 #ccc;
:: Copyright KIRUPA 2024 //--