Back

34 - Chrismas Tree

<p><p a><p b>
<style>
  body {
    background: #007065;
  }
  p {
    position: fixed;
    bottom: 21px;
    left: 75px;
    width: 250px;
    height: 100px;
    background: #FFEECF;
    border: solid 125px #007065;
    border-top: none;
    box-sizing: border-box;
    border-bottom-color: #00A79D;
    overflow: hidden;
    transform: rotateX(37deg);
  }
  [a] {
    bottom: 71px;
    border-bottom-color: #F5C181;
  }
  [b] {
    bottom: 121px;
    border-bottom-color: #FFEECF;
  }
</style>