Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 510 Bytes

File metadata and controls

35 lines (27 loc) · 510 Bytes
difficulty OAs projects
newbie
css selectors
box model
data lovers
social network

CSS Carrom

https://cssbattle.dev/play/2

CSS Carrom

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