How do you position an element on the screen to the right or left?

Experience Level: Junior
Tags: CSS

Answer

Example

img {
    float: right;
}

img {
    float: left;
}

Comments

No Comments Yet.
Be the first to tell us what you think.
CSS for beginners
CSS for beginners

Are you learning CSS ? Try our test we designed to help you progress faster.

Test yourself