Top 10 One Liners for Developers
Writing Mode: The writing-mode property specifies whether lines of text are laid out horizontally or vertically.
CSS: writing-mode: horizontal-tb;
To understand better refer to this writing-mode
CODE-
<html>
<head>
<style>
p.test1 {
writin...
shubhamsweb.hashnode.dev5 min read