156k views
1 vote
The CSS property of top , bottom , left , or right moves the element the specified distance from the respective edge of the closest ____ element that is also positioned.

1 Answer

5 votes

Answer:

Relative

Step-by-step explanation:

Web development is a process of designing and building a web page or website. HTML, CSS and JavaScript are the basic tools used in building a website.

Cascading style sheet or CSS is a web development tool used to style the content of a HTML file. Css has pointers used to represent HTML elements for styling. A HTML element can be fixed, absolute or relative.

When a CSS file sets an element relative to it container or other element, the element can be moved to the right, left, top or bottom position relative to the four corners of the parent element.

User Dan Midwood
by
4.8k points