Vertical Text
Hover for Side Effect
Custom CSS
/* Vertical Text */
@media screen and (min-width: 640px) {
h2 {
writing-mode: vertical-rl;
transform: rotate(180deg); margin: 10 auto;
position: relative;
right: 10px;
}
h2 a:hover {
color: transparent!important;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #000000;
}