Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 557 Bytes

2024-8-24.md

File metadata and controls

33 lines (27 loc) · 557 Bytes

Daily target #2024-8-24

1° método

253 caracteres em 24/08/2024.

<div></div>
<div id="r"></div>
<style>
  body {
    display: flex;
    flex-flow: column;
    margin: 0;
    background: #668884;
  }
  div {
    width: 200px;
    height: 150px;
    background: #FAE29E;
  }
  #r {
    align-self: flex-end;
  }
</style>


Link para Daily target #2024-8-24 em CSSBattle.dev.