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; Теперь этот текст расположен так, как я это выбрала:
Links can be styled with any CSS property (e.g. color , font-family , background , etc.). <style> a { color: hotpink; } https://www.w3schools.com/css/css_link.asp </style> Оно в примере уже сработвло как ссылка
Комментарии
Отправить комментарий