Template:AshStyle

From Linguifex
Revision as of 17:54, 24 May 2022 by Prinsessa (talk | contribs)
Jump to navigation Jump to search

.ash-mh { position: relative; }

.ash-mh::before {

   position: absolute;
   width: 100%;
   text-align: center;
   left: 0;
   display: block;
   content: 'ả';
   clip: rect(0 2em 1ex 0);

}

.ash-mh > span {

   clip: rect(1ex, 2em, 3ex, 0);
   display: inline-block;
   clip-path: inset(1ex 0 0 0);

}