Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 781 Bytes

179.md

File metadata and controls

41 lines (35 loc) · 781 Bytes

Target #179 (Tanzania)

1° método

488 caracteres em 05/05/2024.

<div class="faixa"></div>
<div class="fundo"></div>
<style>
  body {
    margin: 0;
  }
  div {
    position: absolute;
  }
  .faixa {
    z-index: 2;
    top: 69px;
    width: 100%;
    height: 116px;
    transform: skewY(-210deg);
    border-top: 23px solid #F8CD1E;
    border-bottom: 23px solid #F8CD1E;
    border-radius: 1px;
    background-color: black;
  }
  .fundo {
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg,#14A84A 50%,#3B66B0 50%);
  }
</style>


Link para Target #179 (Tanzania) em CSSBattle.dev.