Skip to content

CSS Example

y3n edited this page Apr 26, 2024 · 1 revision

こんな感じの CSS と合せ技で使う想定。

ruby: {
  position: 'relative';
}

ruby rt: {
  position: absolute;
  bottom: 85%;
  left: 0;
  right: 0;
  margin: auto;
  textAlign: center;
  width: max-content;
}
Clone this wiki locally