Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リンクで提供されているQuakeのような端末には、 上からドロップダウンするこのアニメーションがあります。代わりにページの下から出るように動作を変更しようとしています.それを達成する簡単な方法はありますか?
この css を追加するだけで済みます (ターミナル css の後に):
.tilda{ top: auto; bottom: 0; }