首页 > 解决方案 > animation: move right aligned text to the right and align left

问题描述

标签: csscss-animations

解决方案


测试一下!

li {
  height: var(--menu-lineheight);
  margin-right: 50%;
  display: flex;
  justify-content: flex-end;
}

推荐阅读