79342726

Date: 2025-01-09 13:16:31
Score: 0.5
Natty:
Report link

use flex display:

.house {
  display: flex;
  font-size: 500%;
  position: relative;
  justify-content: center;
}

.temp {
  font-size: 25px;
  position: absolute;
  top: 40px;
}
<div class="house">
  ⌂
  <div class="temp">13</div>
</div>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: aron shuvax