Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 539 Bytes

File metadata and controls

36 lines (28 loc) · 539 Bytes
difficulty OAs projects
beginner
css selectors
box model
position
data lovers
social network

CSS Boxception

https://cssbattle.dev/play/23

CSS Boxception

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