トップに戻る
tags
.mydiv { width: 900px; height: 600px }
↓ aspect-ratio を使ってこのように書くことができます
.mydiv { aspect-ratio: 900 / 600; width: 900px; }
edit