Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<style>
   .layer1 {
    position: relative; /* Относительное позиционирование */
    height: 120px; /* Высота блока */
   }
   .layer2 {
    position: absolute; /* Абсолютное позиционирование */
    bottom: 15px0px; /* Положение от нижнего края */
    right: -20px40px; /* Положение от правого края */
    line-height: 0px;
   }
  </style>
  <div class="layer1">
   <div class="layer2">
     <img src="http://www.teamlead.ru/download/attachments/15401073/%D0%BF%D0%BB%D0%B0%D1%88%D0%BA%D0%B0--expert-platimun-%D0%B4%D0%BB%D1%8F-%D0%BF%D0%BE%D0%B4%D0%B2%D0%B0%D0%BB%D0%B0_1.png?api=v2" />
</div>
</div>