 
The title should say:  [HELP] API CSS to rotate a <div> I'm working on another card-type thing (I know we have new API Card functions, but...they won't work for what I'm wanting to do); part of my html that the API will output is a rotated div so the card number and suit are upside down.  The API log shows:  "cardEnd: <div style=\"background-color: white; border: 1px solid black; border-top: none; border-radius: 0px 0px 15px 15px; width: 100%; margin: 0px;\"><div style=\"display: block; width: 95%; color: red; padding-top: 10px;padding-left: 10px; text-align: left;  transform: rotate(180deg); \">" But the chat seems to strip it out.  Using the Dev Tools, I can manually put it back in and the card looks right, so I know the code itself works (I've also used it on jsfiddle to figure it out).    So...is there something special I need to do to get that bit of formatting to stay?
 
				
			