12/12/2024

Score
604.62
Characters
468
12/12/2024 image
<div class="con">
  <div class="bx bx1"></div>
  <div class="bx bx2"></div>
  <div class="bx bx3"></div>
</div>
<style>
  body {
    background: #6255AA;
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .con {display: flex; gap: 0.9rem;}
  .bx {background: #CF81AF}
  .bx1 {height: 2.5rem; width: 2.5rem;}
  .bx2 {height: 5rem; width: 5rem;}
  .bx3 {height: 10rem; width: 10rem;}
</style>
https://rua-iri.com/css_battle/12-12-2024/