Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Border colors orders Re: Border colors orders

#75335
jamygolden
Member

How about a rotate? You could keep rotating it and changing the colours until you get what you’re looking for.

div{
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}