Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- img {
- float: right;
- }
- /*This causes the image to be placed right-of-center*/
- img {
- float: left;
- }
- /*This causes the image to be placed left-of-center*/
- img {
- float: none;
- }
- /*This causes the image to be indifferent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement