Template:AshStyle

From Linguifex
Revision as of 17:49, 24 May 2022 by Prinsessa (talk | contribs) (General Ash styles.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<style> .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);

} </style>