<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.class1 {
  position: absolute;
   top: 300px;
  left: 20px;
  width: 500px;
  height: 500px;
}
 
.class2 {
  position: absolute;
  top: 300px;
  left: 1300px;
  width: 500px;
  height: 500px;
}
</pre></body></html>