Фракции: различия между версиями

Строка 9: Строка 9:
 
}
 
}
  
/* Bottom left text */
 
.bottom-left {
 
  position: absolute;
 
  bottom: 8px;
 
  left: 16px;
 
}
 
 
/* Top left text */
 
.top-left {
 
  position: absolute;
 
  top: 8px;
 
  left: 16px;
 
}
 
  
/* Top right text */
 
.top-right {
 
  position: absolute;
 
  top: 8px;
 
  right: 16px;
 
}
 
 
/* Bottom right text */
 
.bottom-right {
 
  position: absolute;
 
  bottom: 8px;
 
  right: 16px;
 
}
 
  
 
/* Centered text */
 
/* Centered text */
Строка 50: Строка 24:
 
   [[File:Gossniki.png]]
 
   [[File:Gossniki.png]]
 
   <div class="bottom-left">Bottom Left</div>
 
   <div class="bottom-left">Bottom Left</div>
  <div class="top-left">Top Left</div>
 
  <div class="top-right">Top Right</div>
 
  <div class="bottom-right">Bottom Right</div>
 
 
   <div class="centered">Centered</div>
 
   <div class="centered">Centered</div>
 
</div>
 
</div>

Версия 15:27, 25 ноября 2019


 Gossniki.png
Bottom Left
Centered