CSS Fun
What does a website look back to front? Now you can see, add this CSS to your site a reload. Entirely pointless but quite amusing.
* {
direction: rtl;
unicode-bidi: bidi-override;
}
Ian WinterWhat does a website look back to front? Now you can see, add this CSS to your site a reload. Entirely pointless but quite amusing.
* {
direction: rtl;
unicode-bidi: bidi-override;
}
Comments
There are no comments for this entry.
Add Comment