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>
Комментарии
Отправить комментарий