Skip to content

Latest commit

 

History

History
34 lines (32 loc) · 566 Bytes

19.Cube.md

File metadata and controls

34 lines (32 loc) · 566 Bytes

Cube

<div class="yell"></div>
<div class="yell-2 com"></div>
<div class="gre com"></div>
<style>
body{
background:#0B2429;}
.com{
width: 71px;
height: 70px;
background:#998235;
transform:skew(0deg,-45deg);
position:absolute;
top:80px;
}
.yell{
width: 100px;
height: 100px;
background:#F3AC3C;
transform:rotate(45deg);
position:absolute;
left:150px;
top:135px;}
.yell-2{
left:130px;}
.gre{
background:#1A4341;
transform:skew(0deg , 45deg);
left:200px;}</style>