Skip to content

Latest commit

 

History

History
45 lines (42 loc) · 845 Bytes

3.Push_Button.md

File metadata and controls

45 lines (42 loc) · 845 Bytes

Push Button

<div class=recktan></div>
<div class=circle></div>
<div class=mid-bcir></div>
<div class=mid-scir></div>
<style>
  body{ background:#6592CF;}
  .circle{ height:250px;width:250px;
    background:#6592CF;
    position:absolute;
    top:26px;
    left:76px;
    border-radius:100%;}
  .recktan{
    height:150px;
    width:300px;
   background:#243D83;
    position:absolute;
    top:75px;
    left:50px;
  }
  .mid-bcir{
    height:150px;
    width:150px;
    background:#243D83;
    position:absolute;
    top:75px;
    left:125px;
    border-radius:100%;}
  .mid-scir{
     height:50px;
     width:50px;
    background:#EEB850;
    position:absolute;
    top:125px;
    left:175px;
    border-radius:100%;}
  }
</style>