Using position: relative for Minor Adjustments in CSS


Position elements relative to their normal position in the document flow.

Source Code

.relative {
    position: relative;
    top: 10px;
    left: 20px;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments