Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<style>
   .layer1 {
    float: left; /* Обтекание по правому краю */
    padding: 10px; /* Поля вокруг текста */
    margin-right: 0px; /* Отступ справа */
    width: 20%; /* Ширина блока */
    position: absolute; /* Абсолютное позиционирование */
    top: 70px; /* Положение от нижнего края */
    left: 15px20px; /* Положение от правого края */
   }
  </style>

 
<div class="layer1">
<img border="0" height="94px" src="http://www.teamlead.ru/download/attachments/128516734/logoJIRAPNG.png?api=v2">
</div>
<p>JIRA is the project tracker for teams planning, building, and launching great products. Thousands of teams choose JIRA to capture and organize issues, assign work, and follow team activity. At their desks, or on the go with the new mobile interface, JIRA helps teams get the job done.</p>

...