CCS Position

The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).


position: static;

<style>
div.static {
  position: static;
  border: 3px solid #73AD21;
}
</style>

position: static;

Теперь этот текст расположен так, как я это выбрала:


Комментарии

Популярные сообщения из этого блога

Code week

CSS Links