79637691

Date: 2025-05-25 13:15:19
Score: 0.5
Natty:
Report link

Use the following HTML and CSS after replacing the numbers with what you really have:-

HTML

<div class="container">
  <div>9</div>
  <div>8</div>
  <div>7</div>
  <div>6</div>
  <div>5</div>
  <div>4</div>
  <div>3</div>
  <div>2</div>
  <div>1</div>
</div>

CSS

.container {
  display: inline-grid;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zion ToDo