CSS nice to know

Change direction of text and content

direction: ltr; // normal

direction: rtl; // arabic
white-space: initial; //if you having problems with the text not 'wrapping' to next line

 

div { user-select: none; //Prevent text selection of a <div> element }

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *