Skip to content

Latest commit

 

History

History
46 lines (44 loc) · 929 Bytes

14.Web_Maker_Logo.md

File metadata and controls

46 lines (44 loc) · 929 Bytes

Web_Maker_Logo

<div class="triangle-1 com"></div>
<div class="triangle-2 sam"></div>
<div class="triangle-3 sam"></div>
<div class="triangle-4 com"></div>
<style>
  body{
    background:#F2F2B6;
  }
  .sam{
    border-left:75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 130px solid #FF6D00;
    position:absolute;
  }
  .com{
    border-left:75px solid transparent;
    border-right: 75px solid transparent;
    position:absolute;
    border-bottom: 130px solid #FD4602;
  }
  .triangle-1 {
    left:80px;
    top:85px;
    transform:rotate(180deg);
  }
  .triangle-2{
   left:60px;
   top:85px;
   transform:rotate(180deg);
  }
 .triangle-3{
    left:190px;
    top:85px;
  }
 .triangle-4{
    left:170px;
    top:-15px;
    border-top:100px solid transparent;
  }
</style>