Versions Compared

Key

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

...

HTML
<style>
   .layer2 {
    position: absolute; /* Абсолютное позиционирование */
    bottom: 0px; /* Положение от нижнего края */
    right: 0px; /* Положение от правого края */
    line-height: 0px;
    margin-top: 10px50px; /* Отступ сверху */
   }
  </style>

   <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>