Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 463 Bytes

File metadata and controls

34 lines (26 loc) · 463 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 base

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

↩️ Voltar