Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 529 Bytes

File metadata and controls

36 lines (28 loc) · 529 Bytes
difficulty OAs projects
newbie
css selectors
box model
css units
social network
data lovers

CSS Horizon

https://cssbattle.dev/play/30

CSS Horizon

Objetivo

Escreva o HTML/CSS no editor para replicar a imagem de destino à direita.

Código base

    <div></div>
    <style>
      div {
        width: 100px;
        height: 100px;
        background: #dd6b4d;
      }
    </style>

↩️ Voltar