Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 464 Bytes

README.pt-BR.md

File metadata and controls

32 lines (25 loc) · 464 Bytes
difficulty OAs projects
newbie
display
data lovers
social network

CSS Lock Up

https://cssbattle.dev/play/27

CSS Lock Up

Objetivo

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

Código de base

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